File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/unsignedInt.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::unsignedInt;
2 38     38   66539 use strict;
  38         78  
  38         1380  
3 38     38   226 use warnings;
  38         76  
  38         1224  
4 38     38   1703 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  38         63340  
  38         370  
5 38     38   5733 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedLong);
  38         105  
  38         25509  
6              
7             1;