blib/lib/UID2/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 17 | 35.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 59 | 0 | 0 | $options->{'http_options'} and $options->{'http'} |
line | l | !l | condition |
---|---|---|---|
42 | 59 | 0 | $options->{'identity_scope'} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 59 | 0 | 0 | $options->{'secret_key'} // croak("secret_key required") |
42 | 59 | 0 | 0 | $options->{'endpoint'} // croak("endpoint required") |
59 | 0 | 0 | $options->{'auth_key'} // croak("auth_key required") | |
98 | 0 | 40 | 0 | $now //= "UID2::Client::Timestamp"->now |