File Coverage

blib/lib/Nikto/Parser/Host/Port/Item.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             # $Id: Item.pm 136 2009-10-16 18:31:09Z jabra $
2             package Nikto::Parser::Host::Port::Item;
3             {
4             our $VERSION = '0.01';
5             $VERSION = eval $VERSION;
6              
7 1     1   1359 use Object::InsideOut;
  1         3  
  1         17  
8              
9             my @description : Field : Arg(description) : Get(description);
10             my @id : Field : Arg(id) : Get(id);
11             my @osvdbid : Field : Arg(osvdbid) : Get(osvdbid);
12             my @osvdblink : Field : Arg(osvdblink) : Get(osvdblink);
13             my @method : Field : Arg(method) : Get(method);
14             my @uri : Field : Arg(uri) : Get(uri);
15             my @namelink : Field : Arg(namelink) : Get(namelink);
16             my @iplink : Field : Arg(iplink) : Get(iplink);
17             }
18             1;