| blib/lib/Rubric/User.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 21 | 21 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 107 | 1 | 1 | 4 | $tags and my(@tags) = @$tags | 
| 110 | 1 | 1 | 2 | grep {$_ eq '@private';} @$tags and ($$context{'user'} || '') ne $self->username | 
| 141 | 3 | 1 | 2 | grep {$_ eq '@private';} @$tags and ($$context{'user'} || '') ne $self->username | 
| 240 | 1 | 1 | 1 | $code and $code eq $self->verification_code | 
| 262 | 1 | 1 | 1 | $code and $code eq $self->reset_code | 
| line | l | !l | condition | 
|---|---|---|---|
| 110 | 2 | 1 | $$context{'user'} || '' | 
| 141 | 2 | 1 | $$context{'user'} || '' | 
| 221 | 1 | 4 | $$entry{'body'} || undef |