Condition Coverage

blib/lib/HTML/FormFu/Role/FormAndBlockMethods.pm
Criterion Covered Total %
condition 2 25 8.0


and 3 conditions

line !l l&&!r l&&r condition
41 0 0 0 2 == @_ and 'ARRAY' eq ref $source
85 0 0 0 defined $nested_name and length $nested_name
107 0 0 0 $type =~ /(char|text|binary)\z/ and defined $info->{'size'}
0 0 0 $type =~ /enum|set/ and defined $info->{'extra'}{'list'}
169 0 0 0 'ARRAY' eq ref $size and 2 == @$size
0 0 0 'ARRAY' eq ref $size and 1 == @$size

or 2 conditions

line l !l condition
15 1381 655 $self->{'default_args'} ||= {}
45 0 0 $map ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
186 0 0 0 $regex ||= qr/^ [0-9]+ (?: \. [0-9]+ )? \z/x