File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/gYearMonth.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::gYearMonth;
2 36     36   2130683 use strict;
  36         73  
  36         1305  
3 36     36   185 use warnings;
  36         74  
  36         1151  
4 36     36   1017 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  36         3556941  
  36         263  
5 36     36   5064 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::anySimpleType);
  36         70  
  36         3982  
6              
7             1;