PEAR2_Pyrus_Developer › PEAR2_Pyrus_Developer-0.4.0/www/pear2.php.net/PEAR2_Pyrus_Developer/CoverageAnalyzer/templates/LineSummary.tpl.php
- PEAR2_Pyrus_Developer-0.4.0/
- customcommand/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- data/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- php/
- PEAR2/
- Autoload.php
- Exception.php
- MultiErrors/
- MultiErrors.php
- Pyrus/
- Developer/
- CoverageAnalyzer/
- Creator/
- PackageFile/
- Runphpt/
- Developer/
- PEAR2/
- www/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- customcommand/
- package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2>Tests covering line <?php echo $context->line; ?> of <?php echo $context->name(); ?></h2>
<p>
<a href="<?php echo $parent->context->getRootLink(); ?>">Aggregate Code Coverage for all tests</a>
</p>
<p>
<a href="<?php echo $parent->context->getFileLink($context->name()); ?>">File <?php echo $context->name(); ?> code coverage</a>
</p>
<ul>
<?php foreach ($context as $testfile): ?>
<li>
<a href="<?php echo $parent->context->getTOClink($testfile); ?>"><?php echo str_replace($context->testpath() . '/', '', $testfile); ?></a>
</li>
<?php endforeach; ?>
</ul>EOF
