Condition Coverage

test/testsuper.pm
Criterion Covered Total %
condition 6 30 20.0


and 3 conditions

line !l l&&!r l&&r condition
6 0 0 1 ref $_[0] && UNIVERSAL::isa($_[0], 'TestSuper')
12 0 0 0 ref $_[0] && UNIVERSAL::isa($_[0], 'TestSuper')
22 0 0 2 ref $_[0] && UNIVERSAL::isa($_[0], 'TestSuper2')
28 0 0 0 ref $_[0] && UNIVERSAL::isa($_[0], 'TestSuper2')
40 0 0 4 ref $_[0] && UNIVERSAL::isa($_[0], 'TestSuper3')
45 0 0 0 ref $_[0] && UNIVERSAL::isa($_[0], 'TestSuper3')

or 2 conditions

line l !l condition
6 1 0 ref $this || 'TestSuper'
12 0 0 ref $this || 'TestSuper'
22 2 0 ref $this || 'TestSuper2'
28 0 0 ref $this || 'TestSuper2'
40 4 0 ref $this || 'TestSuper3'
45 0 0 ref $this || 'TestSuper3'