| blib/lib/WWW/Mailman.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 28 | 28.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 0 | 4 | 1 | @segments and $segments[0] ne $program |
| 59 | 0 | 1 | 1 | @segments and not $segments[0] =~ /$action_re/ |
| 204 | 0 | 0 | 0 | not exists $$self{'version'} and $mech->content =~ / version (\d+\.\d+\.\d+\w*) |
| line | l | !l | condition |
|---|---|---|---|
| 31 | 18 | 1 | $default{$attr} || '' |
| 273 | 0 | 0 | $self->email || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 160 | 4 | 9 | 0 | $self->prefix || () |
| 183 | 0 | 0 | 0 | $self->admin_password || $self->moderator_password |
| 216 | 0 | 0 | 0 | $_->type eq 'submit' || $_->readonly |
| 336 | 0 | 0 | 0 | $self->admin_password || $self->moderator_password |
| 338 | 0 | 0 | 0 | $password || $self->password |