Condition Coverage

blib/lib/DateTimeX/Lite/TimeZone/Local/Unix.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 -r $lt_file and -s _
99 0 0 0 not defined $real_name and -f $_
0 0 0 not defined $real_name and -f $_ and not -l $_
0 0 0 not defined $real_name and -f $_ and not -l $_ and $size == -s _
0 0 0 not defined $real_name and -f $_ and not -l $_ and $size == -s _ and File::Basename::basename($_) ne 'posixrules'
0 0 0 not defined $real_name and -f $_ and not -l $_ and $size == -s _ and File::Basename::basename($_) ne 'posixrules' and File::Compare::compare($_, $file_to_match) == 0
125 0 0 0 ref $@ and $$@{'found'}
136 0 0 0 -f $tz_file and -r _
158 0 0 0 -f $tz_file and -r _
187 0 0 0 -r '/etc/sysconfig/clock' and -f _
218 0 0 0 -r '/etc/default/init' and -f _

or 3 conditions

line l !l&&r !l&&!r condition
37 0 0 0 $real_name ||= $class->_FindMatchingZoneinfoFile($lt_file)