| line | true | false | branch | 
 
| 134 | 0 | 0 | $ignore_stdout ? : | 
 
|  | 0 | 0 | $ignore_stderr ? : | 
 
|  | 0 | 0 | $ignore_stdout ? : | 
 
|  | 0 | 0 | $ignore_stderr ? : | 
 
| 136 | 0 | 0 | if ($exitcode == 0) { } | 
 
| 149 | 0 | 0 | unless ($ia_config->{'no_cd'}) | 
 
| 154 | 0 | 0 | if (ref $command eq 'CODE') { } | 
 
| 205 | 0 | 0 | unless $App::Multigit::BEHAVIOUR{'ignore_stdout'} | 
 
| 206 | 0 | 0 | unless $App::Multigit::BEHAVIOUR{'ignore_stderr'} | 
 
| 244 | 0 | 0 | if $App::Multigit::BEHAVIOUR{'ignore_stdout'} | 
 
| 245 | 0 | 0 | if $App::Multigit::BEHAVIOUR{'ignore_stderr'} | 
 
| 253 | 0 | 0 | unless $App::Multigit::BEHAVIOUR{'report_on_no_output'} or $output =~ s/\s//gru | 
 
| 269 | 0 | 0 | unless defined $_[0] |