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 36     36   33099 use strict;
  36         76  
  36         1506  
3 36     36   348 use warnings;
  36         77  
  36         1147  
4 36     36   1240 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  36         31881  
  36         306  
5 36     36   5768 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedShort);
  36         90  
  36         23821  
6              
7             1;