| blib/lib/Test/Config/IOD/Common.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 1 | if $@ |
| 275 | 0 | 24 | if ($CLASS eq 'Config::IOD') { } |
| 282 | 12 | 12 | if ($args{'dies'}) { } |
| 283 | 0 | 12 | unless &ok($err, "dies") |
| 287 | 0 | 12 | unless (&ok(!$err, "doesn't die")) |
| 288 | 0 | 12 | unless is_deeply($res, $args{"result"}, "result") |