File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/unsignedShort.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::unsignedShort;
2 37     37   18711 use strict;
  37         42  
  37         946  
3 37     37   117 use warnings;
  37         39  
  37         789  
4 37     37   694 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  37         24994  
  37         171  
5 37     37   3540 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedInt);
  37         44  
  37         12274  
6              
7             1;