Condition Coverage

blib/lib/WebService/UWO/Directory/Student.pm
Criterion Covered Total %
condition 2 13 15.3


and 3 conditions

line !l l&&!r l&&r condition
265 0 0 0 length $$params{'first'} and length $$params{'last'}

or 2 conditions

line l !l condition
98 0 1 $$params{'url'} || 'http://uwo.ca/cgi-bin/dsgw/whois2html2'
0 1 $$params{'server'} || 'localhost'

or 3 conditions

line l !l&&r !l&&!r condition
211 0 0 0 exists $$params{'first'} or exists $$params{'last'}
0 0 0 exists $$params{'first'} or exists $$params{'last'} or exists $$params{'email'}