blib/lib/Story/Interact/WWW.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | l | !l | condition |
---|---|---|---|
43 | 0 | 0 | $stories->{$a}{'title'} // "Story" |
0 | 0 | $stories->{$b}{'title'} // "Story" | |
69 | 0 | 0 | $story_config->{'title'} // "Story" |
71 | 0 | 0 | $story_config->{'template'} // "story" |
99 | 0 | 0 | $story_config->{'state_munge'} // sub { } |
100 | 0 | 0 | $story_config->{'data_munge'} // sub { } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | $story_config->{'storage_key'} // $story_id |