| blib/lib/CGI/Application/Util/Diff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 36 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 124 | 0 | 0 | 0 | $left_name and not $right_name |
| 0 | 0 | 0 | $right_name and not $left_name | |
| 0 | 0 | 0 | $left_name and $right_name | |
| 164 | 0 | 0 | 0 | $left_name and $right_name |
| 0 | 0 | 0 | $left_name and $right_name and not $message | |
| 230 | 0 | 0 | 0 | $$left{'type'} && $$left{'type'} eq 'Dir' |
| 232 | 0 | 0 | 0 | $$right{'type'} && $$right{'type'} eq 'Dir' |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 0 | 0 | $self->param('config')->get_logger || '' |
| 156 | 0 | 0 | $query->param('left') || '' |
| 157 | 0 | 0 | $query->param('right') || '' |
| 158 | 0 | 0 | $query->param('action') || '' |
| 159 | 0 | 0 | $query->param('target') || '' |
| 353 | 0 | 0 | $color ||= 'red' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 571 | 0 | 0 | 0 | $left_result[0] || $right_result[0] |