blib/lib/App/Table2YAML/Serializer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 9 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 0 | 0 | not $self->allow_nulls and $data eq 'null' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
82 | 0 | 0 | 1 | not defined $_ or $_ eq '' |
0 | 0 | 1 | not defined $_ or $_ eq '' or /^\p{IsSpace}+$/msux |