| blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/negativeInteger.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::negativeInteger; | ||||||
| 2 | 36 | 36 | 33877 | use strict; | |||
| 36 | 71 | ||||||
| 36 | 1639 | ||||||
| 3 | 36 | 36 | 383 | use warnings; | |||
| 36 | 78 | ||||||
| 36 | 1113 | ||||||
| 4 | 36 | 36 | 1165 | use Class::Std::Fast::Storable constructor => 'none', cache => 1; | |||
| 36 | 28319 | ||||||
| 36 | 293 | ||||||
| 5 | 36 | 36 | 5477 | use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonPositiveInteger); | |||
| 36 | 71 | ||||||
| 36 | 25992 | ||||||
| 6 | |||||||
| 7 | 1; |