blib/lib/YAML/Perl/Representer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
202 | 0 | 0 | 15 | $node_key->isa('YAML::Perl::Node::Scalar') and not $node_key->style |
208 | 6 | 0 | 9 | $node_value->isa('YAML::Perl::Node::Scalar') and not $node_value->style |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 42 | 0 | 33 | not ref $data or overload::Method($data, '""') |
160 | 21 | 0 | 9 | $node_item->isa('YAML::Perl::Node::Scalar') or $node_item->style |