| blib/lib/Authen/Bitcard.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 18 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 3 | 1 | 0 | $_[0] && ref $_[0] |
| 187 | 0 | 0 | 2 | $cache and ref $cache eq 'CODE' |
| line | l | !l | condition |
|---|---|---|---|
| 113 | 2 | 0 | $_[0]{'bc_fields'} || '' |
| 117 | 0 | 0 | $q->param('bc_fields') || '' |
| 131 | 0 | 0 | $data{'bc_ts'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 131 | 2 | 0 | 0 | $bc->skip_expiry_check or ($data{'bc_ts'} || 0) + $bc->expires >= time |
| 193 | 0 | 0 | 0 | $res->is_success or $res->code == 304 |