| blib/lib/WWW/Mailman.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 28 | 28.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 48 | 0 | 4 | 1 | @segments and $segments[0] ne $program | 
| 57 | 0 | 1 | 1 | @segments and not $segments[0] =~ /$action_re/ | 
| 213 | 0 | 0 | 0 | not exists $self->{'version'} and $mech->content =~ / version (\d+\.\d+\.\d+\w*) | 
| line | l | !l | condition | 
|---|---|---|---|
| 29 | 18 | 1 | $default{$attr} || '' | 
| 280 | 0 | 0 | $self->email || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 163 | 4 | 9 | 0 | $self->prefix || () | 
| 190 | 0 | 0 | 0 | $self->admin_password || $self->moderator_password | 
| 224 | 0 | 0 | 0 | $_->type eq 'submit' || $_->readonly | 
| 343 | 0 | 0 | 0 | $self->admin_password || $self->moderator_password | 
| 345 | 0 | 0 | 0 | $password || $self->password |