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