Condition Coverage

blib/lib/Rubric/WebApp/URI.pm
Criterion Covered Total %
condition 8 17 47.0


and 3 conditions

line !l l&&!r l&&r condition
66 6 0 0 $arg->{'user'} and defined $arg->{'reset_code'}
106 624 140 0 defined $arg->{$_} and $arg->{$_} ne ''
121 0 0 45 &Scalar::Util::blessed($entry) and $entry->isa('Rubric::Entry')
134 0 0 8 &Scalar::Util::blessed($entry) and $entry->isa('Rubric::Entry')
147 0 0 1 &Scalar::Util::blessed($entry) and $entry->isa('Rubric::Entry')

or 2 conditions

line l !l condition
95 246 136 $arg->{'tags'} ||= {}