| blib/lib/Sakai/Nakamura/Authn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 9 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 0 | 0 | 0 | $$authn{'Username'} =~ /^$new_username$/msx && $$authn{'Password'} =~ /^$new_password$/msx |
| 115 | 0 | 3 | 0 | defined $$authn{'BaseURL'} and defined $$authn{'Username'} |
| 3 | 0 | 0 | defined $$authn{'BaseURL'} and defined $$authn{'Username'} and defined $$authn{'Password'} |