| lib/Asterisk/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 24 | 4.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | defined $self->{'config'}{$context}{$var}{'val'} and $self->{'variables'}{$var}{'type'} =~ /^multi/ |
| 205 | 0 | 0 | 0 | not $context and $action ne 'list' |
| 229 | 0 | 0 | 0 | $vars{'doit'} == 1 and $self->deletecontext($context) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 0 | 1 | 0 | ref $class || $class |
| 225 | 0 | 0 | 0 | $action eq 'show' or $action =~ /^modify/ |
| 0 | 0 | 0 | $action eq 'show' or $action =~ /^modify/ or $action =~ /^add/ | |
| 266 | 0 | 0 | 0 | $action eq 'modify' or $action eq 'add' |
| 283 | 0 | 0 | 0 | $action eq 'add' or $vars{"VAR$var"} ne $vars{"OLD$var"} |