Condition Coverage

lib/Mediafire/Api/UploadFile.pm
Criterion Covered Total %
condition 0 14 0.0


or 2 conditions

line l !l condition
261 0 0 $opt{'-path'} || 'myfiles'

or 3 conditions

line l !l&&r !l&&!r condition
250 0 0 0 $opt{'-ua'} // croak(q[You must specify param '-ua' for method new])
251 0 0 0 $opt{'-session_token'} // croak(q[You must specify '-session_token' param])
252 0 0 0 $opt{'-buff_size'} // $DEFAULT_BUFF_SIZE
260 0 0 0 $opt{'-file'} || croak('You must specify -file param for method uploadFile')