Condition Coverage

blib/lib/Tk/EntrySet.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
335 0 0 0 $empty_is_undef and defined $value
0 0 0 $empty_is_undef and defined $value and $value eq ''
340 0 0 0 $seen{$value} && $unique
0 0 0 defined $value and not $seen{$value} && $unique

or 2 conditions

line l !l condition
371 0 0 $$self{'_EntrySet'}{'valuelist_variable_ref'} || \0

or 3 conditions

line l !l&&r !l&&!r condition
315 0 0 0 scalar @entries == 0 or defined $self->read_entry($entries[$#entries])