LCOV - code coverage report
Current view: top level - src/components/SSVGPropList - Direct.vue.js (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2025-06-29 02:18:36 Functions: 0 1 0.0 %

          Line data    Source code
       1             : // @ts-check
       2             : 
       3             : import Vue from "vue";
       4             : import BadgeButton from "../BadgeButton.vue";
       5             : import RelationMixin from "./RelationMixin";
       6             : import { getAttribute } from "../../utils/element";
       7             : 
       8             : export default /** @type {V.Constructor<any, any>} */ (Vue).extend({
       9             :   name: "Direct",
      10             :   components: { BadgeButton },
      11             :   mixins: [ RelationMixin ],
      12             :   computed: {
      13             :     /** @returns {{ selector: string,  target: string }} */
      14             :     badges() {
      15           0 :       return {
      16             :         selector: getAttribute(this.relation, "query-selector"),
      17             :         target: getAttribute(this.relation, "attribute-name")
      18             :       };
      19             :     }
      20             :   }
      21             : });

Generated by: LCOV version 1.16