File Coverage

blib/lib/Bio/Coordinate/Result/Gap.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::Result::Gap;
2             our $AUTHORITY = 'cpan:BIOPERLML';
3             $Bio::Coordinate::Result::Gap::VERSION = '1.007001';
4 3     3   11 use utf8;
  3         4  
  3         13  
5 3     3   78 use strict;
  3         3  
  3         48  
6 3     3   8 use warnings;
  3         3  
  3         71  
7 3     3   10 use parent qw(Bio::Location::Simple Bio::Coordinate::ResultI);
  3         4  
  3         10  
8              
9             # ABSTRACT: Another name for L.
10             # AUTHOR: Heikki Lehvaslaiho
11             # OWNER: Heikki Lehvaslaiho
12             # LICENSE: Perl_5
13              
14              
15             1;
16              
17             __END__