Condition Coverage

blib/lib/WWW/WolframAlpha/ValidateQuery.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 0 defined $success and $success eq 'true'
65 0 0 0 defined $error and $error eq 'false'
0 0 0 defined $error and $error ne 'false'

or 2 conditions

line l !l condition
51 0 0 $$self{'xmlo'}{'timing'} || undef
52 0 0 $$self{'xmlo'}{'parsetiming'} || undef
53 0 0 $$self{'xmlo'}{'assumptions'} || undef
54 0 0 $$self{'xmlo'}{'success'} || undef
55 0 0 $$self{'xmlo'}{'error'} || undef
56 0 0 $$self{'xmlo'}{'warnings'} || undef