Branch Coverage

blib/lib/Mojolicious/Plugin/GetSentry.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
87 0 0 if (my $exception = $controller->stash('exception'))
91 0 0 if defined $self->pending->{$exception}
94 0 0 if (not $self->handle('ignore', $exception))
112 0 0 if (grep {$level eq $_;} @{$self->log_levels;})
113 0 0 unless ref $exception
116 0 0 if defined $self->pending->{$exception}
121 0 0 if (not $self->handle('ignore', $exception))
140 0 0 if defined $self->custom_handlers->{$method}
161 0 0 unless (defined $event_id)
179 0 0 unless (defined $event_id)
234 0 0 if (defined $controller->user)
256 0 0 if (defined $controller->req)