Condition Coverage

blib/lib/Config/INI/Writer.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
268 4 45 0 defined $value and not $self->is_valid_value($value)
370 0 14 7 $starting_section_name and $starting_section_name eq $current_section_name
14 2 5 $starting_section_name and $starting_section_name eq $current_section_name and not $self->done_sections
16 0 5 $starting_section_name and $starting_section_name eq $current_section_name and not $self->done_sections and not $self->explicit_starting_header

or 2 conditions

line l !l condition
183 11 0 ref $props || ''
256 3 22 $seen{$name} ||= {}