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   17252 use strict;
  36         36  
  36         917  
3 36     36   114 use warnings;
  36         37  
  36         824  
4 36     36   615 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  36         16155  
  36         257  
5 36     36   3504 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::anySimpleType);
  36         51  
  36         2454  
6              
7             1;