Changeset 1126 in svn for trunk/htdocs/coverager/index.php
- Timestamp:
- 2012-08-05T03:47:38Z (6 years ago)
- File:
-
- 1 moved
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.