blib/lib/Bio/Phylo/Util/Logger.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 18 | 27.7 |
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 |
line | l | !l | condition |
---|---|---|---|
34 | 0 | 57 | $ENV{'BIO_PHYLO_VERBOSITY'} || 2 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
124 | 0 | 2 | 12 | ref $_[0] or $_[0] eq 'Bio::Phylo::Util::Logger' |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
133 | 0 | 0 | 0 | 14 | $level > 4 xor $level < 0 |