File Coverage

blib/lib/Bio/MUST/Drivers/Blast.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::MUST::Drivers::Blast;
2             # ABSTRACT: Bio::MUST driver for running the NCBI-BLAST+ suite of programs
3             $Bio::MUST::Drivers::Blast::VERSION = '0.193030';
4 5     5   32 use strict;
  5         7  
  5         125  
5 5     5   22 use warnings;
  5         9  
  5         107  
6              
7 5     5   2138 use Bio::MUST::Drivers::Blast::Database;
  5         21  
  5         274  
8 5     5   2929 use Bio::MUST::Drivers::Blast::Database::Temporary;
  5         18  
  5         291  
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =head1 NAME
17              
18             Bio::MUST::Drivers::Blast - Bio::MUST driver for running the NCBI-BLAST+ suite of programs
19              
20             =head1 VERSION
21              
22             version 0.193030
23              
24             =head1 SYNOPSIS
25              
26             # TODO
27              
28             =head1 DESCRIPTION
29              
30             # TODO
31              
32             =head1 AUTHOR
33              
34             Denis BAURAIN <denis.baurain@uliege.be>
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2013 by University of Liege / Unit of Eukaryotic Phylogenomics / Denis BAURAIN.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut