Branch Coverage

File:Dpkg/ErrorHandling.pm
Coverage:38.2%

line%coveragebranch
6250TFif ($mode eq 'auto') { }
50TFelsif ($mode eq 'always') { }
640TFif -t *STDOUT or -t *STDERR
7150TFif $use_color
12650TFif (exists $options{'quiet_warnings'})
12950TFif (exists $options{'debug_level'})
13250TFif (exists $options{'info_fh'})
15750TFif ($use_color) { }
180100TFif @_
1910TFif $level <= $debug_level
1960TFif not $quiet_warnings
2010TFif not $quiet_warnings
206100TFif not $quiet_warnings
23650TFif @_
24050TFif (POSIX::WIFEXITED($?)) { }
0TFelsif (POSIX::WIFSIGNALED($?)) { }
2570TFif @_