Skip to content

Commit

Permalink
run-ish methods return booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Caron committed Mar 27, 2012
1 parent df8d486 commit a41e926
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Devel/Cover/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ sub run_test

$self->{end}->() if $self->{end};

$self
1
}

sub run_cover
Expand Down Expand Up @@ -433,6 +433,8 @@ sub run_cover
ok 1 for @{$self->{cover}};
}
close T or die "Cannot close $cover_com: $!";

1
}

sub create_gold
Expand Down

0 comments on commit a41e926

Please sign in to comment.