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

valum-framework / valum / 809
58%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Ran 21 Sep 2015 04:55AM UTC
Jobs 1
Files 21
Run time 0s
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

pending completion
809

push

travis-ci

Guillaume Poirier-Morency
Provide the 'and' and 'or' matching middleware

It is used to build conjunction of matching middlewares.

    app.matcher ("GET", and (accept (), ))

It can be used along with 'Route.and' to add an arbitrary clause:

    app.get ("")
       .and (or (accept ("text/html"), accept ("text/html+xml")))
       .then ((req, res) => { ... });

Update 'Route.and' to use that middleware instead of its own
implementation.

5084 of 8789 relevant lines covered (57.85%)

11.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
144
100.0
build/src/valum-route.c
213
100.0
build/src/valum-middlewares.c
Jobs
ID Job ID Ran Files Coverage
1 809.1 21 Sep 2015 04:55AM UTC 0
57.85
Travis Job 809.1
Source Files on build 809
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #809
  • b2f3dc34 on github
  • Prev Build on route-and-clause (#807)
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