LCOV - code coverage report
Current view: top level - blClone/src - Main.cpp (source / functions) Hit Total Coverage
Test: report.info Lines: 8 8 100.0 %
Date: 2014-06-08 Functions: 1 1 100.0 %

          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