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 39     39   22807 use strict;
  39         88  
  39         1355  
3 39     39   208 use warnings;
  39         95  
  39         1215  
4 39     39   2798 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  39         29644  
  39         388  
5 39     39   5747 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::unsignedInt);
  39         85  
  39         25903  
6              
7             1;