Changeset 1126 for trunk/htdocs/coverager/index.php
- Timestamp:
- 08/05/2012 05:47:38 AM (10 months ago)
- Files:
-
- 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
r1077 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;

