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 36     36   23589 use strict;
  36         40  
  36         903  
3 36     36   117 use warnings;
  36         40  
  36         732  
4 36     36   956 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  36         28930  
  36         172  
5 36     36   3361 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonPositiveInteger);
  36         45  
  36         12008  
6              
7             1;