File Coverage

lib/Bio/Tradis/Exception.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Bio::Tradis::Exception;
2             # ABSTRACT: Exceptions for input data
3             $Bio::Tradis::Exception::VERSION = '1.3.2';
4              
5              
6             use Exception::Class (
7 2         22 Bio::Tradis::Exception::RefNotFound => { description => 'Cannot find the reference file' },
8             Bio::Tradis::Exception::TagFilterError => { description => 'Problem filtering the Fastq by tag' }
9 2     2   14 );
  2         4  
10              
11             1;
12              
13             __END__
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Bio::Tradis::Exception - Exceptions for input data
22              
23             =head1 VERSION
24              
25             version 1.3.2
26              
27             =head1 SYNOPSIS
28              
29             Exceptions for input data
30              
31             =head1 AUTHOR
32              
33             Carla Cummins <path-help@sanger.ac.uk>
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.
38              
39             This is free software, licensed under:
40              
41             The GNU General Public License, Version 3, June 2007
42              
43             =cut