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   46394 use strict;
  37         77  
  37         1197  
3 37     37   200 use warnings;
  37         77  
  37         1286  
4 37     37   1087 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  37         41435  
  37         262  
5 37     37   5386 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedInt);
  37         84  
  37         24390  
6              
7             1;