Changeset 1126
- Timestamp:
- 2012-08-05T05:47:38+02:00 (10 months ago)
- File:
-
- 1 moved
-
trunk/htdocs/coverager/index.php (moved) (moved from trunk/htdocs/coverager/coverager.php) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/coverager/index.php
r1125 r1126 151 151 $total += $info['total']; 152 152 $hits += $info['hits']; 153 $todos += $info['todos']; 153 if ($addtodo === true) { 154 $todos += $info['todos']; 155 } 154 156 unset($info['subdirs']); 155 157 $subdirs[$srcfile] = $info;
Note: See TracChangeset
for help on using the changeset viewer.

