| line | true | false | branch | 
 
| 83 | 3 | 1 | $pos > $noobjs ? : | 
 
|  | 1 | 4 | 0 > $pos ? : | 
 
| 86 | 3 | 2 | if (-1 == $position) | 
 
| 107 | 0 | 1 | $pos > $noobjs ? : | 
 
|  | 0 | 1 | 0 > $pos ? : | 
 
| 110 | 0 | 1 | if (-1 == $position) | 
 
| 171 | 1 | 0 | $pos > $noobjs ? : | 
 
|  | 0 | 1 | 0 > $pos ? : | 
 
| 225 | 2 | 0 | if (open my $input, "<", $filename) | 
 
| 228 | 36 | 0 | if (/^(\t*)(.*)$/) { } | 
 
| 259 | 4 | 14 | if ($in_checked_box and $indent > $cbl) { } | 
 
|  | 3 | 11 | elsif (_checked_box($object)) { } | 
 
| 290 | 0 | 0 | if ($unchecked_box and $indent > $cbl) { } | 
 
|  | 0 | 0 | elsif (_unchecked_box($object)) { } | 
 
| 327 | 3 | 0 | if (open my $output, ">", $filename) | 
 
| 371 | 0 | 0 | $indent ? : | 
 
| 379 | 18 | 18 | if (defined $filter) | 
 
| 380 | 7 | 11 | unless &$filter($newobject, $indent) | 
 
| 397 | 0 | 42 | if (0 > $#$objects) { } | 
 
| 421 | 14 | 29 | if (defined $filter) | 
 
| 422 | 3 | 11 | unless &$filter($object, $indent) |