Condition Coverage

blib/lib/Story/Interact/WWW.pm
Criterion Covered Total %
condition 0 26 0.0


or 2 conditions

line l !l condition
41 0 0 $ENV{'SIWWW_DB_USERNAME'} // ""
42 0 0 $ENV{'SIWWW_DB_PASSWORD'} // ""
65 0 0 $stories->{$a}{'title'} // "Story"
0 0 $stories->{$b}{'title'} // "Story"
91 0 0 $story_config->{'title'} // "Story"
95 0 0 $story_config->{'template'} // "story"
245 0 0 $c->req->json->{'label'} // "Unlabelled"

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 $c->req->param("session") // $c->req->json->{'session'}
92 0 0 0 $story_config->{'storage_key'} // $story_id
123 0 0 0 $story_config->{'state_munge'} // sub { }
124 0 0 0 $story_config->{'data_munge'} // sub { }