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

marshallward / f90nml / 228 / 4
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 04 Mar 2017 03:33PM UTC
Files 5
Run time 1s
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

04 Mar 2017 03:21PM UTC coverage: 99.552%. First build
228.4

push

travis-ci

marshallward
Parse % as value if prior token is not variable

A valid fortran namelist can set a variable equal to a special token as
a string without delimiters, e.g.

&nml
   x = %
/

sets x='%'.  This is difficult to parse in f90nml since we rely on
tokens to identify and distinguish variables.

This patch does not solve the issue, but partially fixes the problem by
identifying that '=' is not a variable name, and therefore '%' should be
interpreted as a value.

Subsequent checks do not correctly read '%' as a value, but it does
prevent corruption of subsequent values.

666 of 669 relevant lines covered (99.55%)

1.0 hits per line

Source Files on job 228.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 228
  • Travis Job 228.4
  • abc413e3 on github
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