| blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/positiveInteger.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 SOAP::WSDL::XSD::Typelib::Builtin::positiveInteger; | ||||||
| 2 | 38 | 38 | 25049 | use strict; | |||
| 38 | 79 | ||||||
| 38 | 1279 | ||||||
| 3 | 38 | 38 | 193 | use warnings; | |||
| 38 | 175 | ||||||
| 38 | 1165 | ||||||
| 4 | 38 | 38 | 1082 | use Class::Std::Fast::Storable constructor => 'none', cache => 1; | |||
| 38 | 27531 | ||||||
| 38 | 295 | ||||||
| 5 | 38 | 38 | 5936 | use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonNegativeInteger); | |||
| 38 | 91 | ||||||
| 38 | 4045 | ||||||
| 6 | |||||||
| 7 | 1; |