Condition Coverage

blib/lib/TM/Literal.pm
Criterion Covered Total %
condition 2 17 11.7


and 3 conditions

line !l l&&!r l&&r condition
225 0 0 0 $_[0][1] eq 'http://www.w3.org/2001/XMLSchema#integer' && $_[1][1] eq 'http://www.w3.org/2001/XMLSchema#integer'
237 0 0 0 $_[0][0] == $_[1][0] && $_[0][1] eq $_[1][1]

or 2 conditions

line l !l condition
64 2023 85 $type ||= 'http://www.w3.org/2001/XMLSchema#string'

or 3 conditions

line l !l&&r !l&&!r condition
201 0 0 0 $a eq 'http://www.w3.org/2001/XMLSchema#double' or $b eq 'http://www.w3.org/2001/XMLSchema#double'
0 0 0 $a eq 'http://www.w3.org/2001/XMLSchema#float' or $b eq 'http://www.w3.org/2001/XMLSchema#float'
0 0 0 $a eq 'http://www.w3.org/2001/XMLSchema#decimal' or $b eq 'http://www.w3.org/2001/XMLSchema#decimal'