| blib/lib/Parse/YALALR/Read.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 12 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 282 | 0 | 0 | 0 | not $comment and $$line =~ m[^\s*/\*]g | 
| 0 | 0 | 0 | $comment and $$line =~ m[\*/]g | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 9 | 0 | 0 | 0 | ref $class || $class | 
| 264 | 0 | 0 | 0 | ($symbol) = $$line =~ /^\s*(\w+)/ or ($symbol) = $$line =~ /^(\'.*?\')/ |