| blib/lib/App/sdview/Output/Formatted.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 24 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 130 | 8 | 0 | $typestyle{$_} and $text->apply_tag(0, -1, $_, $typestyle{$_}) |
| 124 | 65 | 13 | 0 | $leaderstyle{$_} and $leader->apply_tag(0, -1, $_, $leaderstyle{$_}) |
| 233 | 55 | 5 | 0 | $cellstyle{$_} and $text->apply_tag(0, -1, $_, $cellstyle{$_}) |
| line | l | !l | condition |
|---|---|---|---|
| 92 | 8 | 15 | $typestyle{'margin'} // 0 |
| 158 | 5 | 0 | "App::sdview::Style"->para_style("list")->{'margin'} // 0 |
| 198 | 2 | 0 | $typestyle{'margin'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 82 | 13 | 0 | 0 | @lines or @lines = "String::Tagged"->new |
| 95 | 25 | 0 | 0 | length $line or defined $leader |
| 100 | 25 | 0 | 25 | length $line or defined $leader |