Changeset 614 for branches/1.3/coverager/coverager.php
- Timestamp:
- 2009-07-05T08:19:01+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
coverager/coverager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/coverager/coverager.php
r394 r614 301 301 } 302 302 if (isset($cov[$offs])) { 303 $lines[$l] = sprintf("<li class=\"line%sCov\"> %s\t%s </li>\n"303 $lines[$l] = sprintf("<li class=\"line%sCov\"> %s\t%s\n</li>" 304 304 , $cov[$offs] ? '' : 'No' 305 305 , $cov[$offs] … … 307 307 } 308 308 else { 309 $lines[$l] = "<li>\t$line </li>\n";309 $lines[$l] = "<li>\t$line\n</li>"; 310 310 } 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.

