File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/unsignedLong.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::unsignedLong;
2 41     41   24608 use strict;
  41         88  
  41         1403  
3 41     41   234 use warnings;
  41         82  
  41         1199  
4 41     41   1248 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  41         41900  
  41         288  
5 41     41   5716 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonNegativeInteger);
  41         95  
  41         6968  
6              
7             1;