| blib/lib/Amon2/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 3 | 0 | 1 | my $content = $$vpath{$$env{'PATH_INFO'}} and $$env{'PATH_INFO'} =~ m[^/] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 1 | 0 | $app_file_1 ||= 'Plack::App::File'->new({'root', $root1}) |
| 53 | 0 | 1 | 0 | $app_file_2 ||= 'Plack::App::File'->new({'root', $root2}) |
| 88 | 0 | 1 | 0 | $args{'state'} ||= do { require Plack::Session::State::Cookie; 'Plack::Session::State::Cookie'->new('httponly', 1) } |