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 48     48   37226 use strict;
  48         99  
  48         1681  
3 48     48   315 use warnings;
  48         97  
  48         1697  
4 48     48   1452 use Class::Std::Fast::Storable constructor => 'none', cache => 1;
  48         42061  
  48         414  
5 48     48   8178 use base qw(SOAP::WSDL::XSD::Typelib::Builtin::decimal);
  48         146  
  48         36250  
6              
7             1;