blib/lib/TAP/Parser/YAMLish/Reader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 18 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 0 | 3 | 62 | defined $dots and $dots =~ /$IS_END_YAML/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
133 | 3 | 2 | 265 | $string eq '>' or $string eq '|' |
196 | 11 | 0 | 116 | $indent < $limit or not defined $line |
11 | 22 | 94 | $indent < $limit or not defined $line or $line =~ /$IS_END_YAML/ | |
252 | 24 | 0 | 79 | $indent < $limit or not defined $line |
24 | 20 | 59 | $indent < $limit or not defined $line or $line =~ /$IS_END_YAML/ |