Condition Coverage

blib/lib/LV/Backend/Tie.pm
Criterion Covered Total %
condition 1 7 14.2


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 5 $set and $get

or 2 conditions

line l !l condition
31 0 0 $get ||= sub { require Carp; Carp::croak("$caller is writeonly"); }
32 0 0 $set ||= sub { require Carp; Carp::croak("$caller is readonly"); }