| blib/lib/Mirror/URI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 0 | 0 | 6 | _STRING($$self{'timestamp'}) and not _POSINT($$self{'timestamp'}) |
| 52 | 6 | 0 | 0 | $$self{'filename'} and $$self{'filename'} ne $self->filename |
| 128 | 2 | 0 | 0 | !$self->valid && $self->as_string eq $self->uri->as_string |
| 146 | 0 | 0 | 4 | defined _STRING($root) and -d $root |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | ref $_[0] || $_[0] |