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   13853 use strict;
  36         41  
  36         990  
3 36     36   118 use warnings;
  36         40  
  36         795  
4 36     36   685 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  36         16452  
  36         154  
5 36     36   3298 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedShort);
  36         75  
  36         11599  
6              
7             1;