blib/lib/Debug/Easy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
396 | 78 | 0 | 13 | exists $$self{"$lvl-PREFIX"} and defined $$self{"$lvl-PREFIX"} |
553 | 0 | 280 | 0 | exists $Debug::Easy::Config{'useithreads'} and $Debug::Easy::Config{'useithreads'} |
582 | 238 | 36 | 6 | $level eq 'INFO' and $self->{'LOGLEVEL'} eq 'VERBOSE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
444 | 0 | 92 | 50 | ref $msgs eq 'SCALAR' or ref $msgs eq '' |
486 | 138 | 0 | 0 | not defined $cline or $cline eq '' |
545 | 280 | 0 | 0 | $self->{'TIMEZONE'} || 'DateTime::TimeZone'->new('name', 'local') |