Condition Coverage

blib/lib/Class/Accessor/Inherited/XS.pm
Criterion Covered Total %
condition 14 17 82.3


and 3 conditions

line !l l&&!r l&&r condition
50 8 0 29 $clone_arg && $_
53 4 0 9 $clone_arg && $accessors

or 2 conditions

line l !l condition
80 2 10 $args->{'opts'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
40 1 31 0 delete $opts{'package'} // caller
80 9 1 2 $args->{'read_cb'} // $args->{'on_read'}
6 1 5 $args->{'write_cb'} // $args->{'on_write'}