Condition Coverage

lib/CallBackery/GuiPlugin/AbstractForm.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
139 0 0 0 not $entry->{'set'}{'required'} and $fieldIsEmpty
140 0 0 0 $entry->{'set'}{'required'} and $fieldIsEmpty

or 2 conditions

line l !l condition
77 0 0 $self->args || {}
132 0 0 shift() || {}
290 0 0 $type // "unknown"

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $args->{'currentFormData'} || $args->{'formData'} || $args
138 0 0 0 !defined($formData->{$fieldName}) || length $formData->{$fieldName} == 0