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 40     40   22194 use strict;
  40         87  
  40         1306  
3 40     40   213 use warnings;
  40         80  
  40         1228  
4 40     40   1413 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  40         37209  
  40         299  
5 40     40   6110 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedLong);
  40         104  
  40         27144  
6              
7             1;