Condition Coverage

blib/lib/Web/App/Lib/EntityRecord.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 0 $$fields{$_}{'nullable'} == 0 and not defined $$fields{$_}{'default'}
92 0 0 0 defined $record_id and $record_id =~ /^\d+$/
123 0 0 0 $$record{$entity->_pk_} and $$record{$entity->_pk_} =~ /^\d+$/

or 2 conditions

line l !l condition
54 0 0 $record || {}