Skip to content

Commit

Permalink
Merge branch 'constant-rhs'
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 30, 2023
2 parents 2d50694 + 977dc2c commit c399d59
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 422 deletions.
2 changes: 1 addition & 1 deletion lib/Devel/Cover.pm
Expand Up @@ -90,7 +90,7 @@ my %Coverage_options; # Options for overage criteria
my %Run; # Data collected from the run

my $Const_right = qr/^(?:const|s?refgen|gelem|die|undef|bless|anon(?:list|hash)|
scalar|return|last|next|redo|goto)$/x;
emptyavhv|scalar|return|last|next|redo|goto)$/x;
# constant ops

our $File; # Last filename we saw. (localised)
Expand Down
283 changes: 0 additions & 283 deletions test_output/cover/cond_or.5.037006

This file was deleted.

72 changes: 0 additions & 72 deletions test_output/cover/default_param.5.037006

This file was deleted.

0 comments on commit c399d59

Please sign in to comment.