Condition Coverage

lib/Plack/Middleware/OAuth/Handler/AccessTokenV2.pm
Criterion Covered Total %
condition 0 8 0.0


or 2 conditions

line l !l condition
33 0 0 $$config{'request_method'} || 'GET'

or 3 conditions

line l !l&&r !l&&!r condition
14 0 0 0 $$config{'redirect_uri'} || $self->default_callback
47 0 0 0 $content_type =~ /json/ or $content_type =~ /javascript/