blib/lib/App/htmlcat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
79 | 0 | 0 | unless $$env{'psgi.streaming'} |
81 | 0 | 0 | if ($$env{'PATH_INFO'} eq '/stream') { } |
0 | 0 | elsif ($$env{'PATH_INFO'} eq '/css') { } | |
0 | 0 | elsif ($$env{'PATH_INFO'} eq '/js') { } | |
0 | 0 | elsif ($$env{'PATH_INFO'} eq '/') { } | |
101 | 0 | 0 | if (keys %{$$self{'clients'};} == 0) |
134 | 0 | 0 | if (my $exec = {@{$$runner{'options'};}}->{'exec'}) { } |
164 | 0 | 0 | if ($remote) { } |