blib/lib/Catalyst/Plugin/CustomErrorMessage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 13 | 84.6 |
line | l | !l | condition |
---|---|---|---|
95 | 5 | 0 | $error ||= 'No output' |
101 | 1 | 1 | $$config{'uri-for-not-found'} || '/' |
113 | 1 | 2 | $$config{'content-type'} || 'text/html; charset=utf-8' |
118 | 2 | 1 | $$config{'view-name'} || 'TT' |
120 | 1 | 2 | $$config{'error-template'} || 'error.tt2' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 3 | 0 | 3 | $c->config->{'custom-error-message'} || $c->config->{'custome-error-messsage'} || $c->config->{'custom-error-messsage'} |