| 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 | 36 | 36 | 22715 | use strict; | |||
| 36 | 81 | ||||||
| 36 | 1234 | ||||||
| 3 | 36 | 36 | 270 | use warnings; | |||
| 36 | 71 | ||||||
| 36 | 1054 | ||||||
| 4 | 36 | 36 | 1083 | use Class::Std::Fast::Storable constructor => 'none', cache => 1; | |||
| 36 | 31857 | ||||||
| 36 | 286 | ||||||
| 5 | 36 | 36 | 5852 | use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonNegativeInteger); | |||
| 36 | 88 | ||||||
| 36 | 4431 | ||||||
| 6 | |||||||
| 7 | 1; |