File Coverage

lib/Perlmazing/Perlmazing/Precompile/is_leap_year.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 10 80.0


line stmt bran cond sub pod time code
1 34     34   308 use Perlmazing;
  34         84  
  34         216  
2 34     34   238 use Time::Precise 'is_leap_year';
  34         101  
  34         4700  
3              
4             sub main ($) {
5 0     0     define is_leap_year($_[0]);
6             }