File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/unsignedByte.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::unsignedByte;
2 38     38   24037 use strict;
  38         80  
  38         1427  
3 38     38   203 use warnings;
  38         83  
  38         1222  
4 38     38   1222 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  38         32281  
  38         312  
5 38     38   5377 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedShort);
  38         98  
  38         25420  
6              
7             1;