blib/lib/Story/Interact/WWW.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | l | !l | condition |
---|---|---|---|
57 | 0 | 0 | $stories->{$a}{'title'} // "Story" |
0 | 0 | $stories->{$b}{'title'} // "Story" | |
83 | 0 | 0 | $story_config->{'title'} // "Story" |
87 | 0 | 0 | $story_config->{'template'} // "story" |
115 | 0 | 0 | $story_config->{'state_munge'} // sub { } |
116 | 0 | 0 | $story_config->{'data_munge'} // sub { } |
237 | 0 | 0 | $c->req->json->{'label'} // "Unlabelled" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | $c->req->param("session") // $c->req->json->{'session'} |
84 | 0 | 0 | 0 | $story_config->{'storage_key'} // $story_id |