Condition Coverage

lib/File/PathInfo.pm
Criterion Covered Total %
condition 4 12 33.3


and 2 conditions

line l !l condition
125 0 0 $File::PathInfo::DEBUG and return 0
191 0 0 warn 'cant use rel methods because DOCUMENT ROOT is not set' and return $_rel
284 0 0 $self->_error(" DOCUMENT_ROOT [$$self{'DOCUMENT_ROOT'}] does not resolve to disk") and return
289 0 0 $self->_error(" ENV DOCUMENT_ROOT [$ENV{'DOCUMENT_ROOT'}] does not resolve to disk") and return

or 2 conditions

line l !l condition
32 10 9 $self ||= {}
348 9 3 $$self{'time_format'} ||= 'yyyy/mm/dd hh:mm'