File Coverage

blib/lib/Object/Proto.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Object::Proto;
2 52     52   5192010 use strict;
  52         101  
  52         1754  
3 52     52   455 use warnings;
  52         89  
  52         5076  
4             our $VERSION = '0.09';
5             require XSLoader;
6             XSLoader::load('Object::Proto', $VERSION);
7              
8             1;
9              
10             __END__