LCOV - code coverage report
Current view: top level - www/src/components - Home.vue (source / functions) Hit Total Coverage
Test: lcov.info Lines: 11 12 91.7 %
Date: 2024-07-30 12:54:47 Functions: 2 3 66.7 %

          Line data    Source code
       1           1 : <template lang="pug">
       2           2 : .row.mx-1(v-if='$butils.isEmpty(camConfig)')
       3           2 :   .col-12.pt-3.d-flex.justify-content-center
       4           2 :     span.alert.alert-danger No cameras to display
       5           2 : .row.mx-1(v-else)
       6             :   BaseModalLoader.x-loader(:isLoading='loading')
       7             :   .col-12.pt-3.d-flex.justify-content-center(v-if='!loading')
       8             :     .list-group
       9             :       router-link.text-center.list-group-item.list-group-item-action(v-for='(cams, page) in camConfig'
      10             :                                                                      :key='`${page}`' :to='`/${page}`')
      11             :         | #[strong {{page}}]
      12             :         span.ml-1(v-if='!$butils.isEmpty(cams.description)') - {{cams.description}}
      13             : 
      14             : </template>
      15             : 
      16             : <script src='./Home.vue.js'/>
      17             : 
      18             : <style>
      19             : </style>

Generated by: LCOV version 1.16