Condition Coverage

lib/PostScript/Resources.pm
Criterion Covered Total %
condition 8 19 42.1


and 3 conditions

line !l l&&!r l&&r condition
229 2 2 0 $checkdir and $section =~ m[^/(.*)]

or 2 conditions

line l !l condition
38 0 1 $ENV{'PSRESOURCEPATH'} || '::'
344 0 2 $section ||= 'list'

or 3 conditions

line l !l&&r !l&&!r condition
47 0 0 1 $debug || lc $atts{'trace'}
48 0 0 1 $trace || lc $atts{'verbose'}
238 0 0 4 $fh->eof or not &$loader($self)
245 0 2 0 $$self{'prefix'}[$rscidx] ||= dirname($fn)