blib/lib/NexposeSimpleXML/Parser/Reference.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::Reference; | ||||||
3 | { | ||||||
4 | 1 | 1 | 1050 | use Object::InsideOut; | |||
1 | 3 | ||||||
1 | 7 | ||||||
5 | |||||||
6 | my @id : Field : Arg(id) : Get(id); | ||||||
7 | my @type : Field : Arg(type) : Get(type); | ||||||
8 | } | ||||||
9 | 1; |