Branch Coverage

blib/lib/Amazon/Sites.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
119 42 68 if @$include and not grep({$site{'code'} eq $_;} @$include)
120 1 67 if @$exclude and grep {$site{'code'} eq $_;} @$exclude
122 1 66 if $$assoc_codes{$site{'code'}}