Condition Coverage

blib/lib/Config/Model/Dumper.pm
Criterion Covered Total %
condition 31 37 83.7


and 3 conditions

line !l l&&!r l&&r condition
35 6202 1930 33 defined $_ and /$re/ || $_ eq ''
46 0 4914 189 defined $_ and $_
4914 24 165 defined $_ and $_ and /(\s|"|\*)/
193 619 14 0 $skip_aw and $contained_node->is_auto_write_for_type($skip_aw)

or 2 conditions

line l !l condition
58 0 154 delete $args{'full_dump'} || 0
59 2 152 delete $args{'skip_auto_write'} || ''
60 1 153 delete $args{'auto_vivify'} || 0
61 64 90 delete $args{'mode'} || ''
67 29 125 delete $args{'check'} || 'yes'

or 3 conditions

line l !l&&r !l&&!r condition
35 209 23 1731 /$re/ || $_ eq ''
84 154 0 0 delete $args{'node'} || croak(q[dump_tree: missing 'node' parameter])
112 1242 6 2486 defined $value or $note
136 22 0 16 $value or $note
205 34 274 325 $type eq "list" or $type eq "hash"