| line |
true |
false |
branch |
|
33
|
0 |
0 |
if $ENV{'LOG_LEVEL'} and defined $logging_levels{$ENV{'LOG_LEVEL'}} |
|
34
|
0 |
0 |
if $ENV{'TRACE'} |
|
35
|
0 |
0 |
if $ENV{'DEBUG'} |
|
36
|
0 |
0 |
if $ENV{'VERBOSE'} |
|
37
|
0 |
0 |
if $ENV{'QUIET'} |
|
46
|
0 |
0 |
if (exists $ENV{'NO_COLOR'}) { } |
|
|
0 |
0 |
elsif (defined $ENV{'COLOR'}) { } |
|
54
|
0 |
0 |
if ($self->{'colors'}) { } |
|
59
|
0 |
0 |
$orig->{$_} ? : |
|
65
|
0 |
0 |
if exists $self->{'log_level'} and not exists $self->{'min_level'} |
|
68
|
0 |
0 |
unless ($self->{'formatter'}) |
|
69
|
0 |
0 |
if (($ENV{'LOG_PREFIX'} // "") eq "elapsed") |
|
76
|
0 |
0 |
if ($env eq "elapsed") |
|
83
|
0 |
0 |
$self->{'stderr'} ? : |
|
93
|
0 |
0 |
unless $msg =~ /\n\z/ |
|
103
|
0 |
0 |
if $logging_levels{$method} < $logging_levels{$self->{'min_level'}} |
|
107
|
0 |
0 |
if ($self->{'formatter'}) |
|
111
|
0 |
0 |
if ($self->{'use_color'} and $self->{'colors'}{$method}) |