Condition Coverage

blib/lib/Test/PerlTidy.pm
Criterion Covered Total %
condition 13 14 92.8


and 3 conditions

line !l l&&!r l&&r condition
159 70 184 42 $fn->is_file and $fn =~ m[(\A|[\\/])cpanfile\z]u || $fn =~ /\.(?:PL|pl|pm|psgi|t)\z/u

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
159 4 38 184 $fn =~ m[(\A|[\\/])cpanfile\z]u || $fn =~ /\.(?:PL|pl|pm|psgi|t)\z/u