File Coverage

t/00init.t
Criterion Covered Total %
statement 9 9 100.0
branch 1 2 50.0
condition n/a
subroutine 2 2 100.0
pod n/a
total 12 13 92.3


line stmt bran cond sub pod time code
1 1     1   5 use strict;
  1         1  
  1         24  
2 1     1   499 use Test;
  1         2659  
  1         1047  
3              
4 1 50       132 mkdir('_Inline_test', 0777) unless -e '_Inline_test';
5              
6 1         5 plan(tests => 1);
7 1         264 ok(1);