File Coverage

blib/lib/Bio/PhyloXS.pm
Criterion Covered Total %
statement 5 7 71.4
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 7 10 70.0


line stmt bran cond sub pod time code
1             ## This file generated by InlineX::C2XS (version 0.25) using Inline::C (version 0.78)
2             package Bio::PhyloXS;
3              
4             require Exporter;
5             *import = \&Exporter::import;
6             require DynaLoader;
7              
8             our $VERSION = 'v0.1.0';
9             $VERSION = eval $VERSION;
10             DynaLoader::bootstrap Bio::PhyloXS $VERSION;
11              
12             @Bio::PhyloXS::EXPORT = ();
13             @Bio::PhyloXS::EXPORT_OK = ();
14              
15 0     0     sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
16             BEGIN {
17 1     1   3103 use Bio::Phylo::Factory;
  1         7794  
  1         6  
18 1     1   40 my $fac = Bio::Phylo::Factory->new;
19 1         10 $fac->register_class('Bio::PhyloXS::Forest::Node');
20 0           $fac->register_class('Bio::PhyloXS::Forest::Tree');
21             }
22             use version 0.77; our $VERSION = qv("v0.1.0");
23             __PACKAGE__