LCOV - code coverage report
Current view: top level - test - reactor_timer_interval.c (source / functions) Hit Total Coverage
Test: all.info Lines: 11 11 100.0 %
Date: 2012-09-24 Functions: 2 2 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : 
       2                 :            : #include "gwrl/event.h"
       3                 :            : 
       4                 :            : int count = 0;
       5                 :            : 
       6                 :         40 : void interval(gwrl * rl, gwrlevt * evt) {
       7                 :         40 :         count++;
       8                 :         40 :         if(count == 10) {
       9                 :          4 :                 gwrl_stop(rl);
      10                 :          4 :         }
      11                 :         40 : }
      12                 :            : 
      13                 :          4 : int main(int argc, char ** argv) {
      14                 :          4 :         gwrl * rl = gwrl_create();
      15                 :          4 :         gwrl_set_interval(rl,10,&interval,NULL);
      16                 :          4 :         gwrl_run(rl);
      17                 :          4 :         return 0;
      18                 :            : }

Generated by: LCOV version 1.9