File Coverage

blib/lib/Tsk/Vs/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::Vs::Info;
2 2     2   66884 use 5.012005;
  2         7  
  2         75  
3 2     2   13 use strict;
  2         4  
  2         65  
4 2     2   11 use warnings;
  2         3  
  2         56  
5 2     2   475 use Tsk;
  2         8  
  2         3583  
6             require Exporter;
7             our @ISA = qw(Exporter);
8             our $VERSION = '0.03';
9             our @EXPORT = @Tsk::EXPORT;
10              
11             1;