Showing 1 of 1 files from the diff.
@@ -72,7 +72,7 @@
Loading
72 | 72 | include_once 'VersionControl/SVN.php'; |
|
73 | 73 | $this->fetchMode = VERSIONCONTROL_SVN_FETCHMODE_ASSOC; |
|
74 | 74 | if (!class_exists('VersionControl_SVN')) { |
|
75 | - | throw new Exception("The SVN tasks depend on PEAR VersionControl_SVN package being installed."); |
|
75 | + | throw new Exception("The SVN tasks depend on the VersionControl_SVN package being installed."); |
|
76 | 76 | } |
|
77 | 77 | } |
|
78 | 78 |
Files | Complexity | Coverage |
---|---|---|
classes/phing | 9,307 | 52.48% |
Project Totals (476 files) | 9307 | 52.48% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.