File Coverage

blib/lib/Bio/Coordinate/ResultI.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Bio::Coordinate::ResultI;
2             our $AUTHORITY = 'cpan:BIOPERLML';
3             $Bio::Coordinate::ResultI::VERSION = '1.007001';
4 3     3   12673 use utf8;
  3         7  
  3         29  
5 3     3   86 use strict;
  3         5  
  3         95  
6 3     3   13 use warnings;
  3         4  
  3         117  
7 3     3   11 use parent qw(Bio::LocationI);
  3         4  
  3         21  
8              
9             # ABSTRACT: Interface to identify coordinate mapper results.
10             # AUTHOR: Heikki Lehvaslaiho
11             # OWNER: Heikki Lehvaslaiho
12             # LICENSE: Perl_5
13              
14              
15             1;
16              
17             __END__