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 37     37   13778 use strict;
  37         43  
  37         991  
3 37     37   117 use warnings;
  37         39  
  37         793  
4 37     37   596 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  37         19464  
  37         187  
5 37     37   3659 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::integer);
  37         50  
  37         3408  
6              
7             1;