LCOV - code coverage report
Current view: top level - src - DbgWatch.cc (source / functions) Hit Total Coverage
Test: app.info Lines: 2 7 28.6 %
Date: 2010-12-13 Functions: 2 8 25.0 %
Branches: 2 4 50.0 %

           Branch data     Line data    Source code
       1                 :            : // Implementation of watches
       2                 :            : 
       3                 :            : #include "config.h"
       4                 :            : 
       5                 :            : #include "Debug.h"
       6                 :            : #include "DbgWatch.h"
       7                 :            : 
       8                 :            : // Support classes
       9                 :          0 : DbgWatch::DbgWatch(BroObj* var_to_watch)
      10                 :            :         {
      11                 :          0 :         internal_error("DbgWatch unimplemented");
      12                 :            :         }
      13                 :            : 
      14                 :          0 : DbgWatch::DbgWatch(Expr* expr_to_watch)
      15                 :            :         {
      16                 :          0 :         internal_error("DbgWatch unimplemented");
      17                 :            :         }
      18                 :            : 
      19                 :          0 : DbgWatch::~DbgWatch()
      20                 :            :         {
      21 [ +  - ][ +  - ]:          6 :         }

Generated by: LCOV version 1.8