blib/lib/POE/Component/FastCGI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 18 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 0 | 0 | 1 | defined $args{'Unix'} and defined $args{'Address'} |
113 | 0 | 0 | 0 | not $$handler[0] =~ m[/] and $path =~ m[^/$$handler[0]($|/)] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 0 | 0 | 1 | defined $args{'Port'} or defined $args{'Unix'} and defined $args{'Address'} |
26 | 0 | 1 | 0 | defined $args{'Auth'} or defined $args{'Handlers'} |
113 | 0 | 0 | 0 | not $$handler[0] =~ m[/] and $path =~ m[^/$$handler[0]($|/)] or $$handler[0] eq $path |
123 | 0 | 0 | 0 | ref $$run[1] eq 'CODE' or $$run[1]->isa('POE::Session::AnonEvent') |