Condition Coverage

blib/lib/File/Find/utf8.pm
Criterion Covered Total %
condition 13 32 40.6


and 3 conditions

line !l l&&!r l&&r condition
188 0 0 12 defined $org_proc{'wanted'} and ref $org_proc{'wanted'}
194 15 0 0 $follow_option and $File::Find::fullname
197 15 0 0 $SPECIALVARS and $File::Find::topdir
198 15 0 0 $SPECIALVARS and $File::Find::topdev
199 15 0 0 $SPECIALVARS and $File::Find::topino
200 15 0 0 $SPECIALVARS and $File::Find::topmode
201 15 0 0 $SPECIALVARS and $File::Find::topnlink
206 21 0 3 defined $org_proc{$proc} and ref $org_proc{$proc}
222 0 10 1 exists &warnings::fatal_enabled && warnings::fatal_enabled('File::Find')

or 2 conditions

line l !l condition
177 15 0 (caller 1)[3] // ''

or 3 conditions

line l !l&&r !l&&!r condition
185 0 0 12 exists $find_options_hash{'follow'} && $find_options_hash{'follow'} || exists $find_options_hash{'follow_fast'} && $find_options_hash{'follow_fast'}