blib/lib/Text/Tags/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 27 | 74.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 36 | 6 | 6 | $tag =~ /"/ and $tag =~ /'/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 31 | 0 | 75 | $1 || $3 |
77 | 2 | 15 | 15 | $tag =~ /[ ,]/ or $always_quote |
87 | 4 | 0 | 2 | $tag =~ / / or $tag =~ /,/ |
4 | 0 | 2 | $tag =~ / / or $tag =~ /,/ or $tag =~ /^"/ | |
0 | 1 | 1 | $tag =~ / / or $tag =~ /,/ or $tag =~ /^"/ or $always_quote | |
96 | 2 | 0 | 2 | $tag =~ / / or $tag =~ /,/ |
2 | 0 | 2 | $tag =~ / / or $tag =~ /,/ or $tag =~ /^'/ | |
0 | 1 | 1 | $tag =~ / / or $tag =~ /,/ or $tag =~ /^'/ or $always_quote |