Condition Coverage

test/classtest.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
6 0 0 2 ref $_[0] && UNIVERSAL::isa($_[0], 'Foo')
10 0 0 1 ref $_[0] && UNIVERSAL::isa($_[0], 'Foo')
14 0 0 1 ref $_[0] && UNIVERSAL::isa($_[0], 'Foo')

or 2 conditions

line l !l condition
6 2 0 ref $this || 'Foo'
10 1 0 ref $this || 'Foo'
14 1 0 ref $this || 'Foo'