blib/lib/Data/Transform/Line.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 18 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
119 | 1 | 14 | 1 | @_ and @_ & 1 |
122 | 14 | 0 | 1 | defined $params{'Regexp'} and defined $params{'Literal'} |
151 | 3 | 0 | 2 | defined $input_regexp and length $input_regexp |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
136 | 1 | 1 | 3 | exists $params{'InputLiteral'} or defined $params{'InputRegexp'} |
2 | 1 | 2 | exists $params{'InputLiteral'} or defined $params{'InputRegexp'} or defined $params{'OutputLiteral'} | |
253 | 1 | 0 | 2 | length $2 == 2 or length $$self[1] |