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   22917 use strict;
  41         47  
  41         1020  
3 41     41   140 use warnings;
  41         39  
  41         879  
4 41     41   751 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  41         26835  
  41         184  
5 41     41   4011 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::integer);
  41         56  
  41         4623  
6              
7             1;