Skip to content

Commit

Permalink
Make vim report respect specified criteria.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Aug 2, 2012
1 parent 46d98a2 commit a0232ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/Cover/Report/Vim.pm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sub report
version => $LVERSION,
files => $options->{file},
cover => $db->cover,
types => [ qw( pod statement subroutine branch condition ) ],
types => [ keys %{$options->{show}} ],
};

my $out = "$options->{outputdir}/$options->{outputfile}";
Expand Down

0 comments on commit a0232ff

Please sign in to comment.