Skip to content

Commit

Permalink
That next should have been a return.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Aug 3, 2012
1 parent b76747e commit 314a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/Cover/DB.pm
Expand Up @@ -721,7 +721,7 @@ sub uncoverable_comments
open my $fh, "<", $file or do
{
warn "Devel::Cover: Can't open file $file: $!\n";
next;
return;
};
my @waiting;
while (<$fh>)
Expand Down

0 comments on commit 314a62a

Please sign in to comment.