Condition Coverage

blib/lib/App/Table2YAML/Serializer.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
34 1752 0 0 not $self->allow_nulls and $data eq 'null'

or 3 conditions

line l !l&&r !l&&!r condition
83 0 0 1752 not defined $_ or $_ eq ''
0 0 1752 not defined $_ or $_ eq '' or /^\p{IsSpace}+$/msux
114 9 6 1152 $nv == 20 or $nv == 28
128 24 6 507 $value =~ /^[+-]?0x[0-9A-F]+$/imsux or $value =~ /^[+-]?(?:[0-9]{1,3})(?:_[0-9]{3})*(?:\.[0-9]+)?$/msux