Condition Coverage

blib/lib/SeeAlso/Source.pm
Criterion Covered Total %
condition 7 20 35.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 13 1 defined $callback and ref $callback ne 'CODE'
13 1 0 defined $callback and ref $callback ne 'CODE' and not UNIVERSAL::isa($callback, 'SeeAlso::Source')
84 24 0 0 $$self{'cache'} and not $params{'force'}

or 2 conditions

line l !l condition
190 0 0 $config || {}

or 3 conditions

line l !l&&r !l&&!r condition
21 12 0 6 ref $_[0] eq 'CODE' or UNIVERSAL::isa($_[0], 'SeeAlso::Source')
65 0 0 0 not defined $_[0] or UNIVERSAL::isa($_[0], 'Cache')
0 0 0 not defined $_[0] or UNIVERSAL::isa($_[0], 'Cache') or UNIVERSAL::isa($_[0], 'SeeAlso::Source')