| blib/lib/Devel/Chitin/OpTree/PVOP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 30 | 23.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 54 | 0 | 0 | 12 | $n >= 32 and $n <= 126 | 
| 0 | 0 | 0 | $n >= 1 and $n <= 26 | |
| 87 | 8 | 4 | 0 | $c <= $#chars - 2 and $chars[$c + 1] == $tr + 1 | 
| 12 | 0 | 0 | $c <= $#chars - 2 and $chars[$c + 1] == $tr + 1 and $chars[$c + 2] == $tr + 2 | |
| 91 | 0 | 0 | 0 | $c <= $#chars - 1 and $chars[$c + 1] == $chars[$c] + 1 | 
| 115 | 0 | 2 | 0 | $table[45] != -1 and $table[44] == -1 || $table[46] == -1 | 
| 149 | 0 | 0 | 0 | $#to and $to[$#to] == $to[$#to - 1] | 
| 219 | 0 | 0 | 0 | defined $final and $to[$#to][1] != $final | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 115 | 0 | 0 | 2 | $table[44] == -1 || $table[46] == -1 | 
| 148 | 2 | 0 | 0 | $flags & 128 or not @to |