blib/lib/MooseX/hasn/t.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | defined $sub and not ref $sub |
40 | 0 | 0 | 0 | $attr->is_required and $attr->has_default |
0 | 0 | 0 | $attr->is_required and exists $args{'default'} | |
57 | 0 | 0 | 0 | @args == 1 and ref $args[0] eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | $$opts{'caller'} || caller |
46 | 0 | 0 | 0 | $attr->init_arg || $symbol |
59 | 0 | 0 | 0 | $args[0]{$init_arg} //= $d |
84 | 0 | 0 | 0 | blessed $invocant || $caller |