File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/nonNegativeInteger.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::nonNegativeInteger;
2 41     41   25713 use strict;
  41         81  
  41         1767  
3 41     41   224 use warnings;
  41         96  
  41         1569  
4 41     41   1389 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  41         31534  
  41         297  
5 41     41   6297 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::integer);
  41         102  
  41         7878  
6              
7             1;