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.1';
4              
5 9     9   600493 use strict;
  9         45  
  9         215  
6 9     9   40 use warnings;
  9         12  
  9         226  
7 9     9   3318 use App::Cmd::Setup -app;
  9         221276  
  9         54  
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__