File Coverage

blib/lib/App/Rangeops.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             package App::Rangeops;
2              
3             our $VERSION = '0.0.14';
4              
5 10     10   331829 use strict;
  10         20  
  10         307  
6 10     10   42 use warnings;
  10         15  
  10         335  
7 10     10   5071 use App::Cmd::Setup -app;
  10         285196  
  10         83  
8              
9             # TODO: nest (java)
10             # remove locations fully contained by others. egas/blastn_genome.pl
11             # TODO: bundle links
12              
13             1;
14              
15             __END__