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   15546 use strict;
  39         48  
  39         1005  
3 39     39   135 use warnings;
  39         37  
  39         871  
4 39     39   629 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  39         17244  
  39         212  
5 39     39   3618 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::nonNegativeInteger);
  39         53  
  39         3747  
6              
7             1;