• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

romm / formz / 454 / 5
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: wip/steps
DEFAULT BRANCH: master
Ran 09 Mar 2017 12:07AM UTC
Files 136
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Mar 2017 12:04AM UTC coverage: 72.829% (+0.02%) from 72.806%
TYPO3_VERSION=^7.6 COVERAGE=1

push

travis-ci

web-flow
[FEATURE] Introduce `slot.has` view helper (#53)

This is a conditional view helper, used to check if a slot has been
defined in a field template. It allows changing the HTML rendering
depending on the presence of the slot.

**Example:**

```
<div class="container">
    <formz:slot.has slot="Image">
        <div class="image">
            <formz:slot.render slot="Image" />
        </div>
    </formz:slot.has>
</div>
```

`<f:then>` and `<f:else>` work too!

```
<div class="container">
    <formz:slot.has slot="Image">
        <f:then>
            <formz:slot.render slot="Image" />
        </f:then>
        <f:else>
            <img src="default-image.jpg" />
        </f:else>
    </formz:slot.has>
</div>
```

1946 of 2672 relevant lines covered (72.83%)

12.73 hits per line

Source Files on job 454.5 (TYPO3_VERSION=^7.6 COVERAGE=1)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 4
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 454
  • Travis Job 454.5
  • 85d540db on github
  • Prev Job for TYPO3_VERSION=^7.6 COVERAGE=1 on development (#443.5)
  • Next Job for TYPO3_VERSION=^7.6 COVERAGE=1 on development (#457.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc