Condition Coverage

blib/lib/CGI/Builder/GetPageName.pm
Criterion Covered Total %
condition 0 6 0.0


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 defined $p and length $p

or 3 conditions

line l !l&&r !l&&!r condition
16 0 0 0 $s->cgi->param($s->cgi_page_param) || do { my $path = $ENV{'PATH_INFO'} || '/'; my(@path_entries) = split(m[/], $path, 0); join '_', @path_entries[1 .. $#path_entries] }