PEAR2_Pyrus_Developer › PEAR2_Pyrus_Developer-0.4.0/www/pear2.php.net/PEAR2_Pyrus_Developer/CoverageAnalyzer/templates/Controller.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
<html>
<head>
<title>Code Coverage Summary | PEAR2 Pyrus Developer</title>
<link href="cover.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<?php if (isset($_SESSION['fullpath'])): ?>
<h5>
<a href="<?php echo $context->getRootLink(); ?>?restart">Current database: <?php echo $_SESSION['fullpath']; ?>. Click to start over</a>
</h5>
<?php endif; ?>
<?php echo $savant->render($context->actionable); ?>
</body>
</html>EOF
