File Coverage

blib/lib/Volution.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 2     2   14281 use strict; use warnings;
  2     2   3  
  2         52  
  2         7  
  2         2  
  2         74  
2             package Volution;
3             our $VERSION = '0.0.2';
4              
5             1;