Condition Coverage

blib/lib/Struct/Dumb.pm
Criterion Covered Total %
condition 6 14 42.8


and 3 conditions

line !l l&&!r l&&r condition
191 19 1 0 s/^\?// and ++$optional{$_}

or 2 conditions

line l !l condition
215 2 0 ref $_[0] || ''

or 3 conditions

line l !l&&r !l&&!r condition
248 16 1 1 exists $values{$_} or $optional->{$_}
299 0 0 0 exists $values{$_} or $optional{$_}
302 0 0 0 $fieldnames{$_} or croak("usage: $pkg does not recognise '${_}'")