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   26394 use strict;
  37         77  
  37         1248  
3 37     37   196 use warnings;
  37         80  
  37         1198  
4 37     37   1222 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  37         44355  
  37         264  
5 37     37   5978 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::integer);
  37         75  
  37         5400  
6              
7             1;