Condition Coverage

blib/lib/Bio/Phylo/Util/Logger.pm
Criterion Covered Total %
condition 5 18 27.7


and 3 conditions

line !l l&&!r l&&r condition
89 0 235631 0 $sub and exists $VERBOSITY{$sub}
214 0 0 0 $COLORED and -t $handle
223 0 0 0 $COLORED and -t $handle

or 2 conditions

line l !l condition
34 0 57 $ENV{'BIO_PHYLO_VERBOSITY'} || 2

or 3 conditions

line l !l&&r !l&&!r condition
124 0 2 12 ref $_[0] or $_[0] eq 'Bio::Phylo::Util::Logger'

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
133 0 0 0 14 $level > 4 xor $level < 0