File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/nonPositiveInteger.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::nonPositiveInteger;
2 39     39   32020 use strict;
  39         85  
  39         1343  
3 39     39   207 use warnings;
  39         82  
  39         1217  
4 39     39   1231 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  39         30894  
  39         283  
5 39     39   6610 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::integer);
  39         167  
  39         5092  
6              
7             1;