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 39     39   47616 use strict;
  39         90  
  39         1368  
3 39     39   223 use warnings;
  39         95  
  39         1323  
4 39     39   1322 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  39         34447  
  39         305  
5 39     39   6422 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonNegativeInteger);
  39         84  
  39         7015  
6              
7             1;