| blib/lib/Mojolicious/Plugin/PlugAuthLite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 13 | 76.9 | 
| line | l | !l | condition | 
|---|---|---|---|
| 15 | 8 | 1 | $conf->{'auth'} // sub { 0; } | 
| 16 | 7 | 2 | $conf->{'authz'} // sub { 1; } | 
| 17 | 5 | 4 | $conf->{'host'} // sub { 0; } | 
| 18 | 0 | 9 | $conf->{'realm'} // 'PlugAuthLite' | 
| 19 | 0 | 8 | ($conf->{'url'} // $conf->{'uri'}) // '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 19 | 1 | 0 | 8 | $conf->{'url'} // $conf->{'uri'} |