File Coverage

blib/lib/CohortExplorer.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2              
3             package CohortExplorer;
4              
5 1     1   25049 use 5.006;
  1         4  
  1         40  
6              
7 1     1   6 use strict;
  1         1  
  1         32  
8 1     1   5 use warnings;
  1         6  
  1         58  
9              
10             our $VERSION = 0.13;
11              
12             #-------
13              
14             1;
15              
16             __END__