Branch Coverage

lib/CallBackery/GuiPlugin/AbstractAction.pm
Criterion Covered Total %
branch 10 18 55.5


line true false branch
142 2 4 if ($button->{'action'} =~ /popup|wizzard/u)
146 0 2 if ($cfg->{'PLUGIN'}{'prototype'}{$name})
149 0 0 if ($oldCfg ne "null" and $newCfg ne $oldCfg)
163 4 0 if (ref $self->user eq "MockUser")
179 0 4 if $self->{'__action_cfg_fixed'}
185 0 6 if $action->{'action'} eq "separator" or $action->{'action'} eq "refresh" or $action->{'action'} eq "logout"
186 0 6 if ($action->{'name'})
192 0 6 unless ($action->{'key'})
200 2 4 if ($action->{'action'} =~ /popup|wizzard/u)