Branch Coverage

File:/tmp/automake/lib/Automake/Channels.pm
Coverage:70.6%

line%coveragebranch
34350TFif (exists $$hash{$_}) { }
352100TFif ($$hash{'ordered'})
35450TFif $$hash{'type'} eq 'fatal'
35650TFif $$hash{'backtrace'}
398100TFif exists_channel $name
421100TF$partial eq '' ? :
100TF$opts{'partial'} ? :
423100TFif (ref $location) { }
4490TFif $file ne \*STDERR
4660TFif ($to_filter ne '')
4700TFif ($uniq_scope == 0) { }
0TFelsif ($uniq_scope == 1) { }
4840TFif (exists $$dups{$to_filter}) { }
506100TFif $opts{'silent'}
509100TFif ($opts{'partial'}) { }
522100TFif $opts{'type'} eq 'warning' and $warnings_are_errors
528100TFif ($opts{'uniq_part'} ne 0)
53150TFif ($opts{'uniq_part'} eq 1) { }
100TFelsif ($opts{'uniq_part'} eq 2) { }
546100TFif ($opts{'uniq_scope'} == 0) { }
50TFelsif ($opts{'uniq_scope'} == 1) { }
560100TFif (exists $$dups{$to_filter}) { }
57150TFif ($opts{'ordered'} and $opts{'queue'}) { }
639100TFif (not defined $message)
64550TFunless exists $channels{$channel}
650100TFif (exists $buffering{$opts{'type'}})
657100TFif (_print_message $location, $message, %opts)
660100TFif ($opts{'type'} eq 'error' or $opts{'type'} eq 'fatal' or $opts{'type'} eq 'warning' and $warnings_are_errors)
665100TFif $es > $exit_code
669100TFif $opts{'backtrace'}
670100TFif ($opts{'type'} eq 'fatal')
68950TFunless exists $channels{$name}
705100TFif $channels{$channel}{'type'} eq $type
8150TFif $channels{$channel}{'ordered'}