File Coverage

blib/lib/NexposeSimpleXML/Parser/Fingerprint.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # $sslversion: Cipher.pm 18 2008-05-05 23:55:18Z jabra $
2             package NexposeSimpleXML::Parser::Fingerprint;
3             {
4 1     1   1480 use Object::InsideOut;
  1         4  
  1         8  
5              
6             my @certainty : Field : Arg(certainty) : Get(certainty);
7             my @description : Field : Arg(description) : Get(description);
8             my @vendor : Field : Arg(vendor) : Get(vendor);
9             my @family : Field : Arg(family) : Get(family);
10             my @product : Field : Arg(product) : Get(product);
11             my @version : Field : Arg(version) : Get(version);
12             my @device_class : Field : Arg(device_class) : Get(device_class);
13             my @arch : Field : Arg(arch) : Get(arch);
14             }
15             1;