| line | true | false | branch | 
 
| 29 | 9 | 94 | if ref $command eq "CODE" | 
 
| 30 | 47 | 47 | if (ref $command eq 'ARRAY') { } | 
 
| 34 | 23 | 152 | if ref $arg eq "CODE" | 
 
| 70 | 1 | 11 | if $built_in{$cmd[0]} | 
 
| 72 | 3 | 8 | if $? | 
 
| 82 | 0 | 7 | if $^O eq "MSWin32" | 
 
| 84 | 1 | 6 | if $built_in{$cmd[0]} | 
 
| 88 | 1 | 5 | if $? | 
 
| 98 | 1 | 5 | if ($built_in{$cmd[0]}) { } | 
 
| 105 | 1 | 0 | $error eq '' ? : | 
 
| 122 | 6 | 3 | if ($where =~ /^(.*?)\.(.*?)$/) { } | 
 
| 141 | 2 | 25 | if (ref $command eq 'CODE') { } | 
 
|  | 18 | 7 | elsif (ref $command eq 'ARRAY') { } | 
 
| 149 | 3 | 15 | if $args[-1] and ref $args[-1] eq "CODE" | 
 
| 151 | 3 | 15 | if ($args[-1] and ref $args[-1] eq "SCALAR") | 
 
| 154 | 3 | 0 | if ($dest =~ /^\%\{((?:alien|)\.(?:install|runtime|hook)\.[a-z\.0-9_]+)\}$/) { } | 
 
| 160 | 0 | 3 | if $args->{'exit'} | 
 
| 174 | 6 | 12 | if ($code) { } |