Condition Coverage

blib/lib/Test/PerlTidy.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
141 68 145 68 $_->is_file and /[.](?:pl|pm|PL|t)\z/u

or 2 conditions

line l !l condition
53 1 15 $named_args //= {'perltidy_options', {}}
128 3 1 $path ||= '.'
133 4 0 $args{'exclude'} || [$Test::PerlTidy::OSNAME eq 'MSWin32' ? qr"^blib[/\\]"u : 'blib/']