File Coverage

blib/lib/Bio/PhyloXS/Matrices/Datum.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod n/a
total 4 6 66.6


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::Matrices::Datum;
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::Matrices::Datum $VERSION;
11              
12             @Bio::PhyloXS::Matrices::Datum::EXPORT = ();
13             @Bio::PhyloXS::Matrices::Datum::EXPORT_OK = ();
14              
15 0     0     sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
16 1     1   1673 use base qw'Bio::PhyloXS::Matrices::TypeSafeData Bio::Phylo::Matrices::Datum';
  1         2  
  1         82  
17             __PACKAGE__;