Condition Coverage

lib/PAGI/Middleware/Auth/Bearer.pm
Criterion Covered Total %
condition 5 11 45.4


or 2 conditions

line l !l condition
72 0 4 $config->{'algorithms'} // ["HS256"]
74 0 4 $config->{'realm'} // "Bearer"
184 3 0 $header->{'alg'} // ""
265 4 0 $scope->{'headers'} // []

or 3 conditions

line l !l&&r !l&&!r condition
78 4 0 0 $self->{'secret'} or $self->{'validator'}