Branch Coverage

blib/lib/SQL/Abstract/Plugin/WindowFunctions.pm
Criterion Covered Total %
branch 13 22 59.0


line true false branch
30 0 1 if ref $value->[0]
56 3 0 unless ($parts{'func'})
60 3 0 if (ref $args eq 'ARRAY') { }
78 1 1 unless (ref $value)
85 0 2 if (ref $value eq "ARRAY")
91 2 0 if $value->{'order_by'}
93 6 0 unless $value->{$part}
95 0 0 if $is_list{$part}
110 1 1 if $value->{'-ident'}
117 6 2 unless $value->{$part}
118 2 0 if $has_keyword{$part}