LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include "Application.h" 2 : 3 1 : int main() { 4 : 5 1 : Application* app = new Application(); 6 : 7 1 : app->setUpObjects(); 8 1 : app->initialize(); 9 : 10 : // Note: since we have no display yet; 11 1001 : while (!app->isCloseRequested()) { 12 1000 : app->render(); 13 : } 14 : 15 1 : app->cleanup(); 16 : 17 1 : delete app; 18 : } |
![]() |
Generated by: LCOV version 1.9 |