File Coverage

lib/Perlmazing/Perlmazing/Precompile/is_valid_date.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   447 use Perlmazing;
  34         114  
  34         374  
2 34     34   250 use Time::Precise 'is_valid_date';
  34         69  
  34         4671  
3              
4             sub main ($) {
5 0     0     define is_valid_date($_[0]);
6             }