File Coverage

blib/lib/Sslscan/Parser/Host/Port/Cipher.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 Sslscan::Parser::Host::Port::Cipher;
3             {
4             our $VERSION = '0.01';
5             $VERSION = eval $VERSION;
6              
7 1     1   1529 use Object::InsideOut;
  1         3  
  1         7  
8              
9             my @status : Field : Arg(status) : Get(status);
10             my @sslversion : Field : Arg(sslversion) : Get(sslversion);
11             my @bits : Field : Arg(bits) : Get(bits);
12             my @cipher : Field : Arg(cipher) : Get(cipher);
13             }
14             1;