blib/lib/Pcore/Util/Path.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 20 | 20.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
259 | 0 | 5 | 0 | $self->is_dir and not -d $path |
5 | 0 | 0 | $self->is_file and not -f $path | |
347 | 53 | 0 | 0 | $self->volume and $self->path eq $self->volume . ':/' |
362 | 0 | 0 | 5 | $self->is_file and -f $self->path |
399 | 0 | 0 | 0 | $self->volume and $self->dirname eq $self->volume . ':/' |
430 | 0 | 0 | 0 | not $$MIME_TYPES{'category'}{$type} and $type =~ m[\A(.+?)/]msu |
line | l | !l | condition |
---|---|---|---|
446 | 0 | 0 | $self->_get_mime_types->{'category'}{$self->mime_type} // '' |