| lib/CallBackery/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 18 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 385 | 17 | 0 | 0 | ref $sec->{$key} eq "HASH" and $sec->{$key}{'_text'} |
| 655 | 0 | 0 | 0 | defined $cfg->{'BACKEND'}{'log_file'} and -f $cfg->{'BACKEND'}{'log_file'} |
| line | l | !l | condition |
|---|---|---|---|
| 344 | 0 | 1 | shift() || {} |
| 433 | 0 | 0 | $args // {} |
| 483 | 0 | 0 | shift() || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 346 | 0 | 1 | 0 | $cfg->{'path'} // $self->app->home->rel_file("share") |
| 499 | 0 | 0 | 0 | not $len =~ /^[0-9a-f]{16}$/u or hex $len > length($string) - 16 |