Condition Coverage

blib/lib/Git/Demo/Story.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 $$details{'characters'} and ref $$details{'characters'} eq 'ARRAY'
100 0 0 0 $$details{'events'} and ref $$details{'events'} eq 'ARRAY'

or 2 conditions

line l !l condition
63 0 0 $$self{'characters'} ||= []
64 0 0 $$self{'events'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
117 0 0 0 $story_file ||= $$self{'story_file'}