blib/lib/DCI/Meta/Context.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 8 | 34 | 8 | blessed $val and $val->isa($cast) |
101 | 27 | 0 | 31 | $cast and not blessed $cast |
27 | 25 | 6 | $cast and not blessed $cast and ref $cast eq 'HASH' |
line | l | !l | condition |
---|---|---|---|
129 | 26 | 6 | $params{'ordered'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $$self{'roles'}{$role} || $$self{'maybe'}{$role} |
128 | 32 | 0 | 0 | $params{'method'} || croak('No method specified for sugar') |