push
github
503 of 772 branches covered (0.0%)
34 of 65 new or added lines in 14 files covered. (52.31%)
13502 existing lines in 185 files now uncovered.9060 of 34265 relevant lines covered (26.44%)
11.53 hits per line
1 |
<template>
|
|
UNCOV
2
|
<v-btn text color="secondary" v-bind="$attrs" v-on="$listeners"> |
× |
UNCOV
3
|
{{ $tc('global.button.cancel') }} |
× |
UNCOV
4
|
</v-btn> |
× |
UNCOV
5
|
</template>
|
× |
6 |
|
× |
UNCOV
7
|
<script> |
× |
UNCOV
8
|
export default { |
× |
UNCOV
9
|
name: 'ButtonCancel', |
× |
UNCOV
10
|
} |
× |
UNCOV
11
|
</script> |
× |