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'} || '/'
176 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')
72 0 0 0 $opt{'-file'} || croak('You must specify -file param for method downloadFile')
73 0 0 0 $opt{'-cloud_file'} || croak('You must specify -cloud_file param for method downloadFile')
97 0 0 0 $opt{'-path'} || croak('You must specify -path param for method createFolder')
128 0 0 0 $opt{'-path'} || croak('You must specify -path options for method deleteResource')
208 0 0 0 $opt{'-path'} || croak('You must specify -path param for method shareResource')