File Coverage

blib/lib/Bio/PhyloXS/NeXML/Writable.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 6 100.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::NeXML::Writable;
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::NeXML::Writable $VERSION;
11              
12             @Bio::PhyloXS::NeXML::Writable::EXPORT = ();
13             @Bio::PhyloXS::NeXML::Writable::EXPORT_OK = ();
14              
15 1     1   446 sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
16 1     1   6 use base 'Bio::PhyloXS::Identifiable';
  1         2  
  1         294  
17             __PACKAGE__;