Condition Coverage

blib/lib/Specio/Helpers.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

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 1826 defined $_[0] && !ref($_[0]) && length $_[0]
81 0 0 28 $] >= 5.01 and eval { do { require XString; 1 } }