Condition Coverage

lib/Mailru/Cloud.pm
Criterion Covered Total %
condition 0 22 0.0


or 2 conditions

line l !l condition
24 0 0 $opt{'-path'} || '/'
218 0 0 $opt{'-path'} || '/'

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $opt{'-file'} || croak('You must specify -file param for method uploadFile')
101 0 0 0 $opt{'-file'} || croak('You must specify -file param for method downloadFile')
102 0 0 0 $opt{'-cloud_file'} || croak('You must specify -cloud_file param for method downloadFile')
126 0 0 0 $opt{'-path'} || croak('You must specify -path param for method createFolder')
160 0 0 0 $opt{'-path'} || croak('You must specify -path options for method deleteResource')
251 0 0 0 $opt{'-path'} || croak('You must specify -path param for method shareResource')