File Coverage

blib/lib/Tak/Takfile.pm
Criterion Covered Total %
statement 6 8 75.0
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 11 72.7


line stmt bran cond sub pod time code
1             package Tak::Takfile;
2              
3 1     1   1459 use strictures 1;
  1         8  
  1         41  
4 1     1   74 use warnings::illegalproto ();
  1         2  
  1         50  
5              
6             sub import {
7 0     0     strictures->import;
8 0           warnings::illegalproto->unimport;
9             }
10              
11             1;