File Coverage

blib/lib/Tsk/Img/Info.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::Img::Info;
2 4     4   58583 use 5.012005;
  4         17  
  4         146  
3 4     4   25 use strict;
  4         8  
  4         140  
4 4     4   20 use warnings;
  4         9  
  4         114  
5 4     4   501 use Tsk;
  4         9  
  4         1800  
6             require Exporter;
7              
8             our @ISA = qw(Exporter);
9             our $VERSION = '0.03';
10             our @EXPORT = @Tsk::EXPORT;
11              
12             1;