File Coverage

blib/lib/FusionInventory/Agent/SNMP.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package FusionInventory::Agent::SNMP;
2              
3 3     3   2555105 use strict;
  3         13  
  3         127  
4 3     3   14 use warnings;
  3         4  
  3         149  
5              
6 3     3   1768 use Encode qw(encode);
  3         38473  
  3         323  
7 3     3   22 use English qw(-no_match_vars);
  3         4  
  3         57  
8              
9             our $VERSION = '1.1';
10              
11             1;
12             __END__