File Coverage

blib/lib/SNMP/LogParser.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package SNMP::LogParser;
2              
3 2     2   21329 use 5.006;
  2         7  
4              
5 2     2   11 use warnings;
  2         3  
  2         55  
6 2     2   9 use strict;
  2         8  
  2         116  
7            
8             # Checked version
9             our $VERSION = sprintf "1.%04d", q$Revision: 27835 $ =~ /(\d+)/g;
10             =head1 NAME
11              
12             SNMP::LogParser - An incremental logparser to be used with Net-SNMP
13              
14             =head1 VERSION
15              
16             Version $Revision: 27835 $
17              
18             =head1 SYNOPSIS
19              
20             This is just a wrapper module, please look at
21             B and
22             at B
23              
24             =cut
25              
26             1;