Branch Coverage

blib/lib/Google/Ads/GoogleAds/Utils/GoogleAdsHelper.pm
Criterion Covered Total %
branch 25 26 96.1


line true false branch
40 3 11 if (ref $param eq 'ARRAY') { }
4 7 elsif (not defined $param or $param =~ /INSERT_.*_HERE/) { }
41 2 1 unless @$param and check_params(@$param)
52 1 1 unless defined $str
65 3 35 if (not ref $args) { }
32 3 elsif (ref $args eq 'ARRAY') { }
66 1 2 if defined $args
68 71 1 if @$args
70 3 0 if exists $args->{$1}
79 1 1 unless $original
86 1 71 unless defined $str
88 52 1 defined $1 ? :
94 2 3 shift() ? :