| blib/lib/Plack/Middleware/Auth/OAuth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 14 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 28 | 4 | 0 | $self->$cb_method and ref $self->$cb_method ne 'CODE' |
| 63 | 8 | 0 | 0 | $self->check_timestamp_cb and not $self->check_timestamp_cb->($params) |
| 64 | 6 | 1 | 1 | $self->check_nonce_cb and not $self->check_nonce_cb->($params) |
| line | l | !l | condition |
|---|---|---|---|
| 73 | 0 | 7 | $self->strict || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 5 | 1 | 8 | $self->validate($env) || $self->validate_only |