test/lib/ContentOfRandomFileTestOptions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 11 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 12792 | 5250 | 18 | exists $args{'-check'} && !(ref($args{'-check'}) =~ /CODE|Regexp/) |
37 | 2274 | 2955 | 12795 | $_[0] and $_[0] =~ /^Content: (.*)$/ |
38 | 2274 | 0 | 2955 | $_[3] and chomp $_[3], $_[3] =~ /^(\w\.dat)$/ |
line | l | !l | condition |
---|---|---|---|
27 | 5250 | 12792 | shift() || sub { 'no checking done - always true'; } |