blib/lib/Rubric/WebApp/URI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 17 | 47.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
66 | 6 | 0 | 0 | $arg->{'user'} and defined $arg->{'reset_code'} |
106 | 634 | 140 | 0 | defined $arg->{$_} and $arg->{$_} ne "" |
121 | 0 | 0 | 45 | &Scalar::Util::blessed($entry) and $entry->isa("Rubric::Entry") |
134 | 0 | 0 | 3 | &Scalar::Util::blessed($entry) and $entry->isa("Rubric::Entry") |
147 | 0 | 0 | 1 | &Scalar::Util::blessed($entry) and $entry->isa("Rubric::Entry") |
line | l | !l | condition |
---|---|---|---|
95 | 251 | 136 | $arg->{'tags'} ||= {} |