blib/lib/Text/Smart.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 48 | 0 | 2 | /^\s*(___+|---+)\s*$/ and not $params{'no_rules'} |
46 | 0 | 2 | /^\*\s/ and not $params{'no_lists'} | |
44 | 0 | 2 | /^\+\s/ and not $params{'no_lists'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
164 | 0 | 2 | 0 | ref $proto || $proto |