Branch Coverage

blib/lib/UI/Various/Radio.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
80 1 6 unless (ref $_ eq "ARRAY")
85 1 5 if (0 == @{$_;})
90 1 4 unless (0 == @{$_;} % 2)
101 17 17 if (0 == $i % 2) { }
142 2 8 unless $self->isa("UI::Various::Radio") and defined $$self{"buttons"} and defined $$self{"var"} and defined ${$$self{"var"};}
144 2 6 unless defined $$self{"_button_hash"}{${$$self{"var"};}}
186 4 4 unless (defined $$_{"buttons"})