Branch Coverage

blib/lib/Dancer2/Plugin/Sixpack.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
102 1 1 if (not $alternatives and defined $conf->{'experiments'}{$name})
108 2 0 if $dsl->app->request->address
110 0 2 if $dsl->app->request->agent
114 0 2 if $dsl->app->request->param("sixpack-force-$name")
149 1 1 if ($experiment) { }
180 0 4 if defined $conf->{'host'}
181 3 1 if defined $client_id
182 4 0 if defined $conf->{'ua'}