Branch Coverage

blib/lib/Tie/Subset/Array.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
45 0 3 unless @_ == 3
47 0 3 unless ref $arr eq 'ARRAY'
48 0 3 unless ref $idx eq 'ARRAY'
49 0 20 if ref $_ or not /\A[0-9]+\z/
68 4 50 if $i < 0 or $i > $#{$$self{'idx'};}
82 2 5 if ($i < 0 or $i > $#{$$self{'idx'};})