Changeset 531
- Timestamp:
- 2008-02-20T05:34:03+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/coverager/coverager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager/coverager.php
r530 r531 114 114 $lines = explode('<br />', $lines); 115 115 $last = array_pop($lines); 116 $lines[count($lines) - 1] = $last;116 $lines[count($lines) - 1] .= $last; 117 117 $filecov = sprint_cov($fileinfo['cov'], $lines, false); 118 118 unset($source);
Note: See TracChangeset
for help on using the changeset viewer.

