| blib/lib/Dist/Zilla/Plugin/GitHub.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 11 | 18.1 |
| 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' |
| line | l | !l | condition |
|---|---|---|---|
| 210 | 0 | 0 | $response->{'headers'}{'x-github-otp'} // '' |