Condition Coverage

lib/Badger/Filter.pm
Criterion Covered Total %
condition 12 19 63.1


and 3 conditions

line !l l&&!r l&&r condition
20 4 0 0 @_ == 1 && &is_object('Badger::Filter', $_[0])
154 5 0 0 @_ == 1 && ref $_[0] eq 'ARRAY'
163 1 0 0 @_ == 1 && ref $_[0] eq 'ARRAY'
177 40 10 27 $self->item_included($item) && !$self->item_excluded($item)

or 2 conditions

line l !l condition
187 69 8 $self->{'include'} || (return 1)
193 26 11 $self->{'exclude'} || (return 0)

or 3 conditions

line l !l&&r !l&&!r condition
207 10 0 85 $checks->{'static'}{$item} or $checks->{'static'}{'*'}