LCOV - code coverage report
Current view: top level - src/components/SSVGPropList - PropertyNumber.vue (source / functions) Hit Total Coverage
Test: lcov.info Lines: 7 11 63.6 %
Date: 2025-06-29 02:18:36 Functions: 1 5 20.0 %

          Line data    Source code
       1           1 : <template lang="pug">
       2           6 : .row.align-items-center.no-gutters.my-1
       3           6 :   .col-7(@click='setSelected')
       4           6 :     BadgeButton(type='property' :badges='{ name }' :isSelected='isSelected')
       5           6 :   .col-5
       6             :     input.form-control.form-control-sm.text-center(
       7             :       ref='value' type='number'
       8             :       :min='min' :max='max' step='any'
       9             :       @focusin='isFocused = true' @focusout='isFocused = false'
      10             :       @click="onInputClick($event)" @change="onInputChange()")
      11             :   BaseAnimationBlock(anim='height')
      12             :     RelationList(v-show='isInSelection' :property='property' :state='state')
      13             : </template>
      14             : <script src='./PropertyNumber.vue.js' />

Generated by: LCOV version 1.16