Condition Coverage

blib/lib/LaTeXML/Util/Pathname.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 0 $pathname and $pieces{'name'}
0 0 0 $pathname and $pieces{'name'} and not $pathname =~ /\Q$SEP\E$/
87 0 0 0 'File::Spec'->file_name_is_absolute($pathname) and not 'File::Spec'->file_name_is_absolute($dir)
155 0 0 0 $pathname && 'File::Spec'->file_name_is_absolute(pathname_canonical($pathname))
159 0 0 0 $pathname && $pathname =~ /^($PROTOCOL_RE)/ && $1
185 0 0 0 $base && pathname_is_absolute($pathname) && !pathname_is_url($pathname)
294 0 0 0 defined $type and $type ne ''
361 0 0 0 $kpsewhich and my $result = `"$kpsewhich" $files`

or 2 conditions

line l !l condition
148 0 0 $dir || ''

or 3 conditions

line l !l&&r !l&&!r condition
147 0 0 0 not defined $file or $file eq '.'
192 0 0 0 pathname_is_absolute($pathname) || pathname_is_url($pathname)
233 0 0 0 not -f $destination or pathname_timestamp($source) > pathname_timestamp($destination)