blib/lib/Language/FormulaEngine/Parser/ContextUtil.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 16 | 12.5 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 2 | if ($line_end >= 0) { } |
32 | 0 | 2 | unless defined $buf and length $buf > $start |
53 | 0 | 0 | if $start == $limit |
55 | 0 | 0 | if (not length $buf) { } |
68 | 0 | 0 | if (length($prefix) + length($token) > $max_width) |
71 | 0 | 0 | if (length $prefix > $max_width - $min_token) |
74 | 0 | 0 | if (length($prefix) + length($token) > $max_width) |
78 | 0 | 0 | if (length($prefix) + length($token) + length($suffix) > $max_width) |