File Coverage

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 38     38   32520 use strict;
  38         81  
  38         1390  
3 38     38   243 use warnings;
  38         74  
  38         1173  
4 38     38   1786 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  38         35143  
  38         289  
5 38     38   5901 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonPositiveInteger);
  38         94  
  38         25832  
6              
7             1;