blib/lib/Rubric/WebApp/URI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 17 | 47.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 6 | 0 | 0 | $$arg{'user'} and defined $$arg{'reset_code'} |
101 | 638 | 140 | 0 | defined $$arg{$_} and $$arg{$_} ne '' |
117 | 0 | 0 | 45 | &Scalar::Util::blessed($entry) and $entry->isa('Rubric::Entry') |
130 | 0 | 0 | 3 | &Scalar::Util::blessed($entry) and $entry->isa('Rubric::Entry') |
143 | 0 | 0 | 1 | &Scalar::Util::blessed($entry) and $entry->isa('Rubric::Entry') |
line | l | !l | condition |
---|---|---|---|
91 | 253 | 136 | $$arg{'tags'} ||= {} |