blib/lib/Apache/Sling/Authn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
90 | 1 | 7 | 0 | defined $$authn{'BaseURL'} and defined $$authn{'Username'} |
8 | 0 | 0 | defined $$authn{'BaseURL'} and defined $$authn{'Username'} and defined $$authn{'Password'} | |
128 | 0 | 0 | 0 | $$authn{'Username'} =~ /^$new_username$/msx && $$authn{'Password'} =~ /^$new_password$/msx |