blib/lib/Attribute/Signature.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 21 | 61.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 32 | 0 | 0 | blessed($_[$i]) and $_[$i]->isa($$data[$i]) |
0 | 24 | 8 | not blessed($_[$i]) and ref $_[$i] eq $$data[$i] | |
89 | 97 | 0 | 0 | defined $main::AS_DEBUG and $main::AS_DEBUG |
144 | 6 | 1 | 1 | $$data[$i] eq 'REF' and ref $return[$i] |
7 | 0 | 0 | blessed($return[$i]) and $return[$i]->isa($$data[$i]) | |
0 | 4 | 3 | not blessed($return[$i]) and ref $return[$i] eq $$data[$i] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
199 | 4 | 10 | 6 | $class->float($_[0]) || $class->integer($_[0]) |