Branch Coverage

lib/LWP/Authen/OAuth2/Args.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
27 0 0 if (exists $opts->{$name}) { }
0 0 elsif ($has_default) { }
45 156 2 if (not exists $obj->{$name}) { }
1 1 elsif (exists $opts->{$name}) { }
46 19 137 if (exists $opts->{$name}) { }
136 1 elsif ($has_default) { }
48 18 1 if (defined $value) { }
0 1 elsif ($has_default) { }
74 1 1 if (1 == @keys) { }
0 1 elsif (@keys) { }