LCOV - code coverage report
Current view: top level - src - Telnet.h (source / functions) Hit Total Coverage
Test: app.info Lines: 2 5 40.0 %
Date: 2010-12-13 Functions: 1 4 25.0 %
Branches: 1 12 8.3 %

           Branch data     Line data    Source code
       1                 :            : // $Id: Telnet.h 6219 2008-10-01 05:39:07Z vern $
       2                 :            : //
       3                 :            : // See the file "COPYING" in the main distribution directory for copyright.
       4                 :            : 
       5                 :            : #ifndef telnet_h
       6                 :            : #define telnet_h
       7                 :            : 
       8                 :            : #include "Login.h"
       9                 :            : 
      10                 :            : class Telnet_Analyzer : public Login_Analyzer {
      11                 :            : public:
      12                 :            :         Telnet_Analyzer(Connection* conn);
      13 [ #  # ][ #  # ]:          0 :         virtual ~Telnet_Analyzer()      {}
      14                 :            : 
      15                 :          0 :         static Analyzer* InstantiateAnalyzer(Connection* conn)
      16                 :          0 :                 { return new Telnet_Analyzer(conn); }
      17                 :            : 
      18                 :          1 :         static bool Available()
      19                 :            :                 {
      20                 :            :                 return login_failure || login_success ||
      21 [ -  + ][ #  # ]:          1 :                         login_input_line || login_output_line;
         [ #  # ][ #  # ]
      22                 :            :                 }
      23                 :            : };
      24                 :            : 
      25                 :            : #endif

Generated by: LCOV version 1.8