Branch Coverage

File:/usr/local/share/automake-1.11/Automake/Condition.pm
Coverage:17.2%

line%coveragebranch
188100TFif $cond eq 'TRUE'
19250TFif ref $cond
19450TFif $cond =~ /::/
19750TFif ($cond eq 'FALSE' and $#conds > 0 or $cond =~ /^(.*)_TRUE$/ and exists $$self{'hash'}{"$1_FALSE"} or $cond =~ /^(.*)_FALSE$/ and exists $$self{'hash'}{"$1_TRUE"})
20850TFif (exists $_condition_singletons{$key})
27250TFunless @conds
32050TFif defined $$self{'string'}
323100TFif ($self->false) { }
3470TFif ($s =~ /^(.*)_(TRUE|FALSE)$/) { }
3490TF$2 eq 'FALSE' ? :
3610TFif defined $$self{'human'}
3640TFif ($self->false) { }
3890TFif defined $$self{'subst_string'}
3920TFif ($self->false) { }
0TFelsif (not $self->true) { }
4200TFif $self->false or $when->false
4230TFif $self->true
4290TFunless $when->has($cond)
4480TFif $self->true_when($cond)
4660TFif $cond->true_when($self)
4830TFif defined $$self{'not'}
5150TFif exists $res{$self}
5570TFif $cond == {hash => {FALSE => 1}, string => 'FALSE'}
5600TFif (not $cond->redundant_wrt(@ret, @conds))
5660TFif @ret == 0
5890TFif $cond == {hash => {FALSE => 1}, string => 'FALSE'}
5900TFif $cond == {hash => {}, string => 'TRUE'}
5930TFunless $cond->implies_any(@ret, @conds)
5970TFif @ret == 0