blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/nonNegativeInteger.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::nonNegativeInteger; | ||||||
2 | 43 | 43 | 22046 | use strict; | |||
43 | 91 | ||||||
43 | 9770 | ||||||
3 | 43 | 43 | 244 | use warnings; | |||
43 | 78 | ||||||
43 | 1484 | ||||||
4 | 43 | 43 | 1324 | use Class::Std::Fast::Storable constructor => 'none', cache => 1; | |||
43 | 28251 | ||||||
43 | 312 | ||||||
5 | 43 | 43 | 6299 | use base qw(SOAP::WSDL::XSD::Typelib::Builtin::integer); | |||
43 | 111 | ||||||
43 | 7486 | ||||||
6 | |||||||
7 | 1; |