| blib/lib/CAS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 29 | 20.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 515 | 0 | 0 | 0 | defined $session and $session =~ /^\S{32}$/ |
| 529 | 0 | 0 | 0 | $logged_ip and $logged_ip ne $$HR_params{'IP'} |
| 624 | 0 | 0 | 0 | defined $session and $session =~ /^\S{32}$/ |
| 646 | 0 | 0 | 0 | defined $user and $user->response_is(201) |
| line | l | !l | condition |
|---|---|---|---|
| 385 | 0 | 0 | $$HR_params{'DEBUG'} || $$self{'DEBUG'} || 0 |
| 498 | 0 | 0 | $$HR_params{'DEBUG'} || $self->debug || 0 |
| 514 | 0 | 0 | $$HR_params{'SESSION'} || $$HR_params{'USER'} || undef |
| 594 | 0 | 0 | $$HR_params{'MATCHKEY'} ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 326 | 0 | 6 | 0 | ref $proto || $proto |
| 331 | 4 | 1 | 1 | defined $$HR_params{'CLIENT_ID'} or $$HR_params{'CLIENT_NAME'} |
| 5 | 1 | 0 | defined $$HR_params{'CLIENT_ID'} or $$HR_params{'CLIENT_NAME'} or $$HR_params{'CLIENT_DOMAIN'} |