Condition Coverage

blib/lib/Bio/Phylo/IO.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

line !l l&&!r l&&r condition
172 1 99 18 $_[0] and $_[0] eq 'Bio::Phylo::IO'
284 1 40 0 $_[0] and $_[0] eq 'Bio::Phylo::IO'

or 2 conditions

line l !l condition
288 1 40 not @_ or scalar @_ % 2

or 3 conditions

line l !l&&r !l&&!r condition
172 18 0 100 $_[0] and $_[0] eq 'Bio::Phylo::IO' or ref $_[0] eq 'Bio::Phylo::IO'
284 0 0 41 $_[0] and $_[0] eq 'Bio::Phylo::IO' or ref $_[0] eq 'Bio::Phylo::IO'