• File: coverage_bar.html.dist
  • Full Path: /var/www/imaliapi/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist
  • Date Modified: 08/22/2024 2:23 AM
  • File size: 295 bytes
  • MIME-type: text/plain
  • Charset: utf-8
       <div class="progress">
         <div class="progress-bar bg-{{level}}" role="progressbar" aria-valuenow="{{percent}}" aria-valuemin="0" aria-valuemax="100" style="width: {{percent}}%">
           <span class="sr-only">{{percent}}% covered ({{level}})</span>
         </div>
       </div>