Condition Coverage

blib/lib/WWW/WolframAlpha/Query.pm
Criterion Covered Total %
condition 0 37 0.0


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 defined $success and $success eq 'true'
85 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
58 0 0 $$self{'xmlo'}{'timing'} || undef
59 0 0 $$self{'xmlo'}{'parsetiming'} || undef
60 0 0 $$self{'xmlo'}{'numpods'} || undef
61 0 0 $$self{'xmlo'}{'assumptions'} || undef
62 0 0 $$self{'xmlo'}{'pod'} || undef
63 0 0 $$self{'xmlo'}{'timedout'} || undef
64 0 0 $$self{'xmlo'}{'datatypes'} || undef
65 0 0 $$self{'xmlo'}{'css'} || undef
66 0 0 $$self{'xmlo'}{'scripts'} || undef
67 0 0 $$self{'xmlo'}{'sources'} || undef
68 0 0 $$self{'xmlo'}{'warnings'} || undef
69 0 0 $$self{'xmlo'}{'didyoumeans'} || undef
70 0 0 $$self{'xmlo'}{'success'} || undef
71 0 0 $$self{'xmlo'}{'error'} || undef