Simple plugin to display PHPUnit coverage from clover xml. License: GPLv3
- Fixed issue #13 and #16. You may now toggle this highlight on and off. The plugin listens to the most recent coverage report. It is either the one you specified or a report in the PhpStrom coverage suite.
 
- PhpStorm 4 compatibility fix
 
- Fix file paths when running on windows without path mapping
 
- path mapping to enable shared folder + ssh workflow (#10)
 - fix bug with coverage data on first line of php file (#11)
 
- fix coverage after moving/renaming files (#9)
 
- highlight continous lines as blocks (#8)
 - fix for multiple open projects
 
- highlighting of lines and left side of editor can be toggled (#5)
 - error marks on right side of editor (#2)
 - fix for projects opened on symlinked paths (#7)
 
- remove highlights on first edit (#6)
 - redraw highlights on config changes
 
- lower required Idea platform version to 107.120 (#4)
 
- file selector nullpointer bugfix (#3)
 
- configurable color (#1)
 
- initial release
 
