Condition Coverage

blib/lib/AI/MicroStructure/MultiList.pm
Criterion Covered Total %
condition 13 21 61.9


and 3 conditions

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

or 2 conditions

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

or 3 conditions

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