blib/lib/Opcodes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 26 | 57.6 |
line | true | false | branch |
---|---|---|---|
69 | 0 | 1 | if $constname eq 'constant' |
71 | 0 | 1 | if ($error) |
140 | 0 | 2 | if $no_stack{$opname} |
141 | 2 | 0 | if $retval_scalar{$opname} or $flags & 20 |
142 | 0 | 2 | if $retval_array{$opname} |
143 | 0 | 2 | if $retval_void{$opname} |
144 | 0 | 2 | if $retval_fixed{$opname} |
145 | 0 | 2 | if maybranch($_[0]) |
173 | 8 | 1508 | if $$_[2] == $ppaddr and $$_[0] != $op |
181 | 3 | 224 | if opname $_ eq $name |
197 | 0 | 3 | if opclass($_[0]) <= 2 |
199 | 1 | 2 | if $maybranch{$opname} |
201 | 0 | 0 | if $maybranch{opname $_} |