Condition Coverage

lib/CGI/Mungo.pm
Criterion Covered Total %
condition 4 21 19.0


and 3 conditions

line !l l&&!r l&&r condition
164 0 0 0 defined $self->getOption('sefUrls') and $self->getOption('sefUrls')
195 1 0 0 defined $self->getOption('sefUrls') and $self->getOption('sefUrls')
219 0 0 0 defined $self->getOption('sefUrls') and $self->getOption('sefUrls')
330 0 0 0 defined $ENV{$check} and $ENV{$check} =~ m[/(.+)$]
372 0 0 2 $host and $ENV{'HTTP_REFERER'}
0 0 2 $host and $ENV{'HTTP_REFERER'} and $ENV{'HTTP_REFERER'} =~ m[^(http|https)://$host]

or 3 conditions

line l !l&&r !l&&!r condition
340 2 0 0 not defined $self->getOption('checkReferer') or $self->getOption('checkReferer')