lib/TAP/Formatter/HTML/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 34 | 67.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 113 | 0 | 2 | $result->is_unplanned and $result->is_actual_ok |
92 | 1142 | 60 | 4 | $result->has_todo and $result->is_actual_ok |
198 | 0 | 0 | 2 | $num == 1 and not $p->is_good_plan |
206 | 19 | 11 | 8 | $r->{'exit'} and $r->{'exit'} == 255 |
30 | 2 | 6 | $r->{'exit'} and $r->{'exit'} == 255 and $p->is_good_plan |
line | l | !l | condition |
---|---|---|---|
27 | 38 | 0 | $args ||= {} |
120 | 1775 | 0 | $result->type || 'unknown' |
121 | 1775 | 0 | $self->result_css_type_map->{$type} || 'unk' |
176 | 34 | 0 | $self->meta->{'passed'} || 0 |
177 | 34 | 0 | $self->meta->{'passed_including_unplanned'} || 0 |
199 | 0 | 2 | $r->{'severity'} ||= "low" |
207 | 0 | 6 | $r->{'severity'} ||= "very-high" |
212 | 19 | 0 | $r->{'severity'} ||= "high" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
87 | 1091 | 8 | 107 | $result->is_ok or $result->is_unplanned and $result->is_actual_ok |