line |
true |
false |
branch |
119
|
0 |
0 |
if (not defined $args{'when'}) { } |
123
|
0 |
0 |
unless (grep {$_ eq $when;} $self->permitted_events) |
149
|
0 |
0 |
ref $monitor ? : |
218
|
0 |
0 |
unless $self->highwater_marks_ref |
223
|
0 |
0 |
unless $mon->highwater_count |
247
|
0 |
0 |
ref $mon eq 'Class::ReluctantORM::Monitor::QueryCount' ? : |
248
|
0 |
0 |
if ($$entry{'origin'}) { } |
304
|
0 |
0 |
unless ($mon->when->{$event}) |
311
|
0 |
0 |
if (not $mon->log_threshold or $mon->last_measured_value >= $mon->log_threshold) |
322
|
0 |
0 |
if ($mon->fatal_threshold and $mon->last_measured_value >= $mon->fatal_threshold) |