File Coverage

blib/lib/SOAP/WSDL/XSD/Typelib/Builtin/integer.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::integer;
2 50     50   26432 use strict;
  50         95  
  50         2206  
3 50     50   292 use warnings;
  50         98  
  50         2267  
4 50     50   1450 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  50         32348  
  50         1741  
5 50     50   7751 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::decimal);
  50         123  
  50         36556  
6              
7             1;