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
90 0 248228 0 $sub and exists $VERBOSITY{$sub}
215 0 0 0 $COLORED and -t $handle
224 0 0 0 $COLORED and -t $handle

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
125 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
134 0 0 0 14 $level > 4 xor $level < 0