Condition Coverage

blib/lib/Dallycot/Parser.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
141 0 2 1 blessed $href and $href->isa('Dallycot::Value::URI')
344 16 6 0 ref $left_value eq $ops{$op} and ref $right_value eq ref $left_value
817 0 12 3 blessed $value and $value->isa('Dallycot::AST::BuildList')

or 2 conditions

line l !l condition
157 1 7 $arity //= 1
530 50 1 $bindings //= []
531 2 49 $options //= []
833 0 1 $values //= []

or 3 conditions

line l !l&&r !l&&!r condition
36 0 136 0 ref $class || $class
580 2 0 0 $expression->isa('Dallycot::Value::String') or $expression->isa('Dallycot::Value::URI')