| blib/lib/Data/Domain/Dependencies.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 6 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 4 | builtin::blessed($sub) and $sub->isa("Params::Validate::Dependencies::Documenter") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 92 | 1 | 4 | 0 | ref($sub) =~ /CODE/ or builtin::blessed($sub) and $sub->isa("Params::Validate::Dependencies::Documenter") |