| blib/lib/Pootle/Logger.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 0 | 0 | unless (&blessed($l)) |
| 49 | 0 | 0 | unless ($l->{'_log'}) |
| 56 | 0 | 0 | unless 'Log::Log4perl'->initialized |
| 82 | 0 | 0 | if $level =~ /ALL/iu |
| 83 | 0 | 0 | if $level =~ /TRACE/iu |
| 84 | 0 | 0 | if $level =~ /DEBUG/iu |
| 85 | 0 | 0 | if $level =~ /INFO/iu |
| 86 | 0 | 0 | if $level =~ /WARN/iu |
| 87 | 0 | 0 | if $level =~ /ERROR/iu |
| 88 | 0 | 0 | if $level =~ /FATAL/iu |
| 89 | 0 | 0 | if $level =~ /OFF/iu |
| 106 | 0 | 0 | unless &blessed($self) and $self->isa('Pootle::Logger') or $self eq 'Pootle::Logger' |