blib/lib/WWW/Sitebase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
276 | 0 | 0 | 0 | @_ == 1 and ref $_[0] eq 'HASH' |
0 | 0 | 0 | @_ > 1 and @_ % 2 == 0 | |
0 | 0 | 0 | @_ > 1 and @_ % 2 == 0 and defined $self->default_options->{"$_[0]"} | |
318 | 0 | 0 | 0 | defined $options{'config_file_format'} and $options{'config_file_format'} eq 'CFG' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
161 | 0 | 0 | 0 | ref $proto || $proto |