Branch Coverage

blib/lib/Test/VCR/LWP.pm
Criterion Covered Total %
branch 15 22 68.1


line true false branch
66 15 5 if ($self->tape_is_blank) { }
109 0 16 unless open my $fh, '>', $$self{'tape'}
115 0 16 unless close $fh
117 2 14 if $e
137 0 6 if $recorded->method ne $incoming->method
140 2 22 if $recorded->uri->$field ne $incoming->uri->$field
168 15 6 unless -e $$self{'tape'}
172 0 5 unless open my $fh, '<', $$self{'tape'}
174 0 5 unless close $fh
179 0 5 if $@
186 0 16 if ($ENV{'VCR_DEBUG'})