blib/lib/Git/Demo/Story.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
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' |
line | l | !l | condition |
---|---|---|---|
63 | 0 | 0 | $$self{'characters'} ||= [] |
64 | 0 | 0 | $$self{'events'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | $story_file ||= $$self{'story_file'} |