blib/lib/Test/Config/IOD/Common.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 1 | if $@ |
273 | 0 | 24 | if ($CLASS eq 'Config::IOD') { } |
280 | 12 | 12 | if ($args{'dies'}) { } |
281 | 0 | 12 | unless &ok($err, 'dies') |
285 | 0 | 12 | unless (&ok(!$err, q[doesn't die])) |
286 | 0 | 12 | unless is_deeply($res, $args{'result'}, 'result') |