• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aplus-framework / debug / 5102359423

pending completion
5102359423

push

github

natanfelles
Add Debugger::roundVersion method

513 of 515 relevant lines covered (99.61%)

2.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Views/exceptions/production.php
1
<?php
2
/**
3
 * @var Framework\Debug\ExceptionHandler $handler
4
 */
5
?>
6
<!doctype html>
2✔
7
<html lang="<?= $handler->getLanguage()->getCurrentLocale() ?>" dir="<?= $handler->getLanguage()
2✔
8
    ->getCurrentLocaleDirection() ?>">
2✔
9
<head>
10
    <meta charset="utf-8">
11
    <meta name="viewport" content="width=device-width, initial-scale=1">
12
    <title><?= $handler->getLanguage()->render('debug', 'exceptionTitle') ?></title>
2✔
13
    <style>
14
        body {
15
            background: #000;
16
            color: #eee;
17
            font-family: Arial, Helvetica, sans-serif;
18
            font-size: 16px;
19
            line-height: 24px;
20
            margin: 16px;
21
        }
22

23
        h1 {
24
            color: #fff;
25
        }
26
    </style>
27
</head>
28
<body>
29
<h1><?= $handler->getLanguage()->render('debug', 'exceptionTitle') ?></h1>
2✔
30
<p><?= $handler->getLanguage()->render('debug', 'exceptionDescription') ?></p>
2✔
31
<?php
32
$log = $handler->getLogger()?->getLastLog();
2✔
33
if ($log) {
2✔
34
    echo '<p>Log Id: ' . htmlentities($log->id) . '</p>';
1✔
35
}
36
?>
37
</body>
2✔
38
</html>
2✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc