blib/lib/MasonX/Lexer/MSP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | $$self{'current'}{'in_def'} || $$self{'current'}{'in_method'} and $$self{'current'}{'comp_source'} =~ /\G\z/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | $$self{'current'}{'in_def'} || $$self{'current'}{'in_method'} |
67 | 12 | 36 | 104 | $$self{'current'}{'in_def'} or $$self{'current'}{'in_method'} |