Condition Coverage

blib/lib/Puppet/Tidy.pm
Criterion Covered Total %
condition 4 18 22.2


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 $config{'input_stream'} and $config{'output_stream'}
134 0 0 0 defined $mode and $mode & 4
259 67 17 0 $line =~ /=\> '/ and $line =~ /\$/

or 3 conditions

line l !l&&r !l&&!r condition
52 31 0 0 $args_hash{'source'} or $args_hash{'destination'}
119 0 0 0 defined $opt{'h'} or @ARGV < 1
181 0 0 84 $line eq "\n" or $line =~ /^#/