blib/lib/App/sdview/Output/Formatted.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 32 | 65.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 118 | 8 | 0 | $typestyle{$_} and $text->apply_tag(0, -1, $_, $typestyle{$_}) |
124 | 55 | 11 | 0 | $leaderstyle{$_} and $leader->apply_tag(0, -1, $_, $leaderstyle{$_}) |
234 | 55 | 5 | 0 | $rowstyle{$_} and $text->apply_tag(0, -1, $_, $rowstyle{$_}) |
line | l | !l | condition |
---|---|---|---|
65 | 12 | 9 | $opts{'margin'} // 0 |
91 | 8 | 13 | $typestyle{'margin'} // 0 |
92 | 12 | 9 | $indent //= 0 |
156 | 1 | 4 | $opts{'margin'} // 0 |
157 | 5 | 0 | "App::sdview::Style"->para_style("list")->{'margin'} // 0 |
196 | 0 | 2 | $opts{'margin'} // 0 |
199 | 2 | 0 | $typestyle{'margin'} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 11 | 0 | 0 | @lines or @lines = "String::Tagged"->new |
95 | 23 | 0 | 0 | length $line or defined $leader |
100 | 23 | 0 | 23 | length $line or defined $leader |