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 | 13250 | use strict; | |||
36 | 46 | ||||||
36 | 900 | ||||||
3 | 36 | 36 | 115 | use warnings; | |||
36 | 39 | ||||||
36 | 753 | ||||||
4 | 36 | 36 | 520 | use Class::Std::Fast::Storable constructor => 'none', cache => 1; | |||
36 | 16412 | ||||||
36 | 164 | ||||||
5 | 36 | 36 | 3246 | use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonNegativeInteger); | |||
36 | 53 | ||||||
36 | 2485 | ||||||
6 | |||||||
7 | 1; |