()
| 148 | } |
| 149 | |
| 150 | getDashArray() { |
| 151 | if (!this.get('gitVisuals').getIsGoalVis()) { |
| 152 | return ''; |
| 153 | } |
| 154 | return (this.getIsLevelBranchCompared()) ? '' : '--'; |
| 155 | } |
| 156 | |
| 157 | getIsGoalAndNotCompared() { |
| 158 | if (!this.get('gitVisuals').getIsGoalVis()) { |
no test coverage detected