| line | true | false | branch | 
 
| 91 | 0 | 0 | if $c->superclass ne 'java/lang/Object' | 
 
| 94 | 0 | 0 | if $method->name eq '' | 
 
| 107 | 0 | 0 | unless $name eq 'Code' | 
 
| 112 | 0 | 0 | if defined $label | 
 
| 116 | 0 | 0 | if ($op eq 'getstatic') { } | 
 
|  | 0 | 0 | elsif ($op eq 'new') { } | 
 
|  | 0 | 0 | elsif ($op eq 'invokevirtual') { } | 
 
|  | 0 | 0 | elsif ($op eq 'invokestatic') { } | 
 
|  | 0 | 0 | elsif ($op eq 'invokespecial') { } | 
 
|  | 0 | 0 | elsif ($op eq 'ldc') { } | 
 
|  | 0 | 0 | elsif ($op eq 'ldc2_w') { } | 
 
|  | 0 | 0 | elsif ($op eq 'bipush' or $op eq 'sipush') { } | 
 
|  | 0 | 0 | elsif ($op eq 'return') { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fldai]return$/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[li]const_(\d)/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fai]store_(\d)/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[ld]store_(\d)/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fai]store/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[ld]store/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /[fai]load_(\d)/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /[ld]load_(\d)/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fai]load$/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[ld]load$/) { } | 
 
|  | 0 | 0 | elsif ($op eq 'goto') { } | 
 
|  | 0 | 0 | elsif ($op eq 'dup') { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fi]add$/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[ld]add$/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fldi]sub/) { } | 
 
|  | 0 | 0 | elsif ($op =~ /^[fldi]mul/) { } | 
 
|  | 0 | 0 | elsif ($op eq 'aaload') { } | 
 
|  | 0 | 0 | elsif ($op eq 'iinc') { } | 
 
|  | 0 | 0 | elsif ($op eq 'if_icmplt') { } | 
 
|  | 0 | 0 | elsif ($op eq 'if_icmpge') { } | 
 
|  | 0 | 0 | elsif ($op eq 'ifne') { } | 
 
| 238 | 0 | 0 | if defined $out and $out eq 'V' | 
 
| 239 | 0 | 0 | if ($in) { } | 
 
| 245 | 0 | 0 | if $out | 
 
| 261 | 0 | 0 | if defined $out and $out eq 'V' | 
 
| 263 | 0 | 0 | if ($in) { } | 
 
| 270 | 0 | 0 | if $out |