blib/lib/Tsk/Fs/Dir.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Tsk::Fs::File; | ||||||
2 | 5 | 5 | 3749 | use 5.012005; | |||
5 | 40 | ||||||
5 | 423 | ||||||
3 | 5 | 5 | 30 | use strict; | |||
5 | 8 | ||||||
5 | 249 | ||||||
4 | 5 | 5 | 27 | use warnings; | |||
5 | 10 | ||||||
5 | 141 | ||||||
5 | 5 | 5 | 23 | use Tsk; | |||
5 | 9 | ||||||
5 | 4011 | ||||||
6 | require Exporter; | ||||||
7 | |||||||
8 | our @ISA = qw(Exporter); | ||||||
9 | our $VERSION = '0.03'; | ||||||
10 | our @EXPORT = @Tsk::EXPORT; | ||||||
11 | |||||||
12 | 1; |