Condition Coverage

blib/lib/POE/Component/FastCGI.pm
Criterion Covered Total %
condition 3 18 16.6


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 1 defined $args{'Unix'} and defined $args{'Address'}
110 0 0 0 not $handler->[0] =~ m[/] and $path =~ m[^/$handler->[0]($|/)]

or 3 conditions

line l !l&&r !l&&!r condition
22 0 1 0 defined $args{'Port'} or defined $args{'Unix'} and defined $args{'Address'}
24 0 1 0 defined $args{'Auth'} or defined $args{'Handlers'}
110 0 0 0 not $handler->[0] =~ m[/] and $path =~ m[^/$handler->[0]($|/)] or $handler->[0] eq $path
120 0 0 0 ref $run->[1] eq 'CODE' or $run->[1]->isa('POE::Session::AnonEvent')