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.1.0';
4              
5 10     10   263608 use strict;
  10         22  
  10         242  
6 10     10   43 use warnings;
  10         19  
  10         245  
7 10     10   3680 use App::Cmd::Setup -app;
  10         231069  
  10         71  
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__