Branch Coverage

blib/lib/WebService/DailyConnect.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
73 0 0 unless $email and $pass
108 0 0 $res->{'status'} == 200 ? :
115 0 0 unless $kid_id
124 0 0 unless $kid_id and $date
126 0 0 $res->{'status'} == 200 ? :
133 0 0 unless $kid_id
142 0 0 unless $kid_id and $date
144 0 0 $res->{'status'} == 200 ? :
151 0 0 unless $photo_id
158 0 0 unless $res->{'headers'}{'content-type'} eq 'image/jpg'
159 0 0 if (defined $dest) { }
161 0 0 if (ref $dest) { }
163 0 0 if (eval { do { $dest->isa('Path::Tiny') } }) { }
0 0 elsif (eval { do { $dest->isa('Path::Class::File') } }) { }
0 0 elsif (ref $dest eq 'SCALAR') { }