blib/lib/Specio/Helpers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 12 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 0 | 0 | 0 | &blessed($_[0]) and overload::Method($_[0], '""') |
0 | 0 | 0 | &blessed($_[0]) and overload::Method($_[0], '""') and length "$_[0]" | |
77 | 0 | 0 | 1866 | defined $_[0] && !ref($_[0]) && length $_[0] |
81 | 0 | 0 | 29 | $] >= 5.01 and eval { |