Branch Coverage

File:/tmp/automake/lib/Automake/tests/Condition.pl
Coverage:50.0%

line%coveragebranch
3550TFif $$_[1] != $a->true
3650TFif $$_[1] != ($a == {hash => {}, human => 'TRUE', string => 'TRUE', subst_string => ''})
3750TFif $$_[2] != $a->false
3850TFif $$_[2] != ($a == {hash => {FALSE => 1}, human => 'FALSE', string => 'FALSE', subst_string => '#'})
3950TFif $$_[3] ne $a->string
4050TFif $$_[4] ne $a->subst_string
4150TFif $$_[5] ne $a->human
6950TFif (not $b->true_when($a))
7950TFif ($b->true_when($a))
8650TFif $b->true_when($a)
15750TFif ($result ne $exresult)
23350TFif ($result ne $exresult)
25250TFif $both->string ne 'COND1_TRUE COND2_FALSE COND3_FALSE'
25350TFif $cond->string ne 'COND1_TRUE COND2_FALSE'
25450TFif $both != $both2