Condition Coverage

blib/lib/Dist/Zilla/Plugin/GitHub.pm
Criterion Covered Total %
condition 2 11 18.1


and 3 conditions

line !l l&&!r l&&r condition
210 0 0 0 $response->{'status'} eq '401' and ($response->{'headers'}{'x-github-otp'} // '') =~ /^required/
220 0 2 0 $response and not $response->{'success'}
2 0 0 $response and not $response->{'success'} and $response->{'status'} eq '599'

or 2 conditions

line l !l condition
210 0 0 $response->{'headers'}{'x-github-otp'} // ''