Changeset 2604
- Timestamp:
- 11/02/06 14:24:45 (2 years ago)
- Files:
-
- tools/lime/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/lib/lime.php
r2464 r2604 570 570 if (0 == $return) 571 571 { 572 $cov = unserialize($retval); 572 if (false === $cov = unserialize($retval)) 573 { 574 throw new Exception(sprintf('Unable to unserialize coverage for file "%s"', $file)); 575 } 576 573 577 foreach ($cov as $file => $lines) 574 578 {