File Coverage

blib/lib/Alien/SamTools.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Alien::SamTools;
2             BEGIN {
3 1     1   775 $Alien::SamTools::AUTHORITY = 'cpan:HARTZELL';
4             }
5             $Alien::SamTools::VERSION = '0.001';
6             # ABSTRACT: Fetch/build/stash the SamTools headers and libs.
7              
8              
9 1     1   9 use strict;
  1         2  
  1         47  
10 1     1   6 use warnings;
  1         3  
  1         50  
11              
12 1     1   998 use parent 'Alien::Base';
  1         352  
  1         9  
13              
14             1;
15              
16             __END__