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 131 2 if (not exists $obj->{$name}) { }
1 1 elsif (exists $opts->{$name}) { }
46 16 115 if (exists $opts->{$name}) { }
114 1 elsif ($has_default) { }
48 15 1 if (defined $value) { }
0 1 elsif ($has_default) { }
74 1 1 if (1 == @keys) { }
0 1 elsif (@keys) { }