blib/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 14 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
138 | 97 | 1 | 1 | $@ and $$login_form{'BASE_COLOUR'} |
line | l | !l | condition |
---|---|---|---|
26 | 25 | 78 | $self->_cgiapp->authen->_config->{'LOGIN_FORM'} || {} |
125 | 22 | 78 | $self->_cgiapp->authen->_config->{'LOGIN_FORM'} || {} |
128 | 13 | 87 | $$login_form{'BASE_COLOUR'} || '#445588' |
175 | 99 | 1 | $colour{'grey'} ||= '#565656' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 2 | 100 | 1 | $self->_cgiapp->authen->_detaint_destination || $self->_cgiapp->authen->_detaint_selfurl |