PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
phpunit
/
php-code-coverage
/
src
/
Report
/
Html
/
Renderer
/
Template
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for {{full_path}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="{{path_to_root}}_css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="{{path_to_root}}_css/octicons.css" rel="stylesheet" type="text/css"> <link href="{{path_to_root}}_css/style.css" rel="stylesheet" type="text/css"> <link href="{{path_to_root}}_css/custom.css" rel="stylesheet" type="text/css"> </head> <body> <header> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> {{breadcrumbs}} </ol> </nav> </div> </div> </div> </header> <div class="container-fluid"> <div class="table-responsive"> <table class="table table-bordered"> <thead> <tr> <td> </td> <td colspan="15"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td> </td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> <td colspan="3"><div align="center"><strong>Branches</strong></div></td> <td colspan="3"><div align="center"><strong>Paths</strong></div></td> <td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> </tr> </thead> <tbody> {{items}} </tbody> </table> </div> <footer> <hr/> <h4>Legend</h4> <p> <span class="danger"><strong>Low</strong>: 0% to {{low_upper_bound}}%</span> <span class="warning"><strong>Medium</strong>: {{low_upper_bound}}% to {{high_lower_bound}}%</span> <span class="success"><strong>High</strong>: {{high_lower_bound}}% to 100%</span> </p> <p> <small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage {{version}}</a> using {{runtime}}{{generator}} at {{date}}.</small> </p> </footer> </div> </body> </html>
[+]
js
[+]
icons
[-] lines.html.dist
[edit]
[-] branches.html.dist
[edit]
[-] directory_item_branch.html.dist
[edit]
[-] method_item.html.dist
[edit]
[+]
..
[-] dashboard_branch.html.dist
[edit]
[-] paths.html.dist
[edit]
[-] file_item_branch.html.dist
[edit]
[-] file.html.dist
[edit]
[-] dashboard.html.dist
[edit]
[-] coverage_bar_branch.html.dist
[edit]
[-] directory_branch.html.dist
[edit]
[+]
css
[-] file_branch.html.dist
[edit]
[-] coverage_bar.html.dist
[edit]
[-] file_item.html.dist
[edit]
[-] line.html.dist
[edit]
[-] directory_item.html.dist
[edit]
[-] directory.html.dist
[edit]
[-] method_item_branch.html.dist
[edit]