Condition Coverage

blib/lib/Acme/MetaSyntactic/MultiList.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
62 23 24 45 defined $count and $count == 0
89 1 16 1 $self->{'category'} ne ':all' and not exists ${"${class}::MultiList";}{$self->{'category'}}

or 2 conditions

line l !l condition
20 8 2 ${"${class}::Separator";} ||= '/'
39 10 0 $data->{'default'} || ':all'
69 24 23 $count ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
15 1 9 0 $data ||= 'Acme::MetaSyntactic'->load_data($class)
84 14 4 0 $self->{'category'} ||= ${"${class}::Default";}
131 1 1 0 ref $_[0] || $_[0]