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   4493364 use strict;
  52         94  
  52         1603  
3 52     52   386 use warnings;
  52         75  
  52         4464  
4             our $VERSION = '0.08';
5             require XSLoader;
6             XSLoader::load('Object::Proto', $VERSION);
7              
8             1;
9              
10             __END__