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

PDLPorters / pdl
29%
master: 67%

Build:
Build:
LAST BUILD BRANCH: fix-rld
DEFAULT BRANCH: master
Repo Added 28 Feb 2015 11:35PM UTC
Files 104
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

LAST BUILD ON BRANCH nested_tests
branch: nested_tests
CHANGE BRANCH
x
Reset
  • nested_tests
  • 2.057
  • 268-repeat-op-list-context
  • 374-pack-D-available
  • POD-Dataflow
  • TriD_Makefile
  • action-notify-irc
  • action-notify-irc-build-status
  • action-notify-irc-issue-pr
  • alienhdf4
  • badval-ret-pdl
  • benchmarking-matmul
  • buildfixes
  • c-macros
  • centos
  • ci-cygwin-only-on-tag
  • ci-fix-510
  • ci-update
  • cirrus-ci
  • clang_warnings_2.082
  • complex-parse
  • complexfuncs
  • contrib
  • debug-opengl
  • dehardcode
  • devops-20230507-prima
  • double-default
  • downstream-testing
  • fix-ci
  • fix-clang
  • fix-empty-vsearch
  • fix-rld
  • fix_update_doc
  • fortran
  • freeze_thaw
  • from-pdla
  • gh-ci
  • gha-disttest
  • gha-shared-actions
  • gha-shared-actions-test-fail
  • gha-short-irc-message
  • gha-use-expr
  • gsl-version-parse
  • hainest-assgn_badflag
  • index_ops
  • inlinepdlpp-package
  • io_dumper_dups
  • lldfp1
  • magnover
  • master
  • matops-fix
  • move-anyval
  • ncurses-config
  • pack-Q-available
  • pdl-srand-seed-func
  • pdl_io_fits
  • pod-conversion-message
  • ppcode-cleanup-01
  • pptemplate-doc
  • pptemplate-files
  • proj6
  • r2C-fix
  • random-bundle
  • rehab_primitive-tests
  • remove-c-pdl-new
  • reproducibility
  • restore-cygwin-in-tag-build-status
  • restore-cygwin-in-tag-build-status-alt
  • rvals
  • scrollbutton
  • serialise_dataflow_note
  • spelling-errors
  • tb
  • test-cache
  • test-ccache
  • test-devops-use-ccache
  • test-gha-cache-perl-deps
  • test-gha-makeflags-cores
  • test-nan-inf-format
  • test-tag-for-restore-cygwin-in-tag-build-status
  • test-tmp
  • undefval
  • update-ppport
  • upper_sqrt
  • use-file-which
  • wfits-multiline-history

pending completion
5681734546

push

github

djerius
fix incorrect (but working under special case) context for repeat operator

A parenthesized string before the repeat operator normally indicates
a list element repitition, *except* in scalar context, where Perl
will turn it into a string concatenation repetition.  While the
existing code

        t/' . ('*/') x $_ . '*.t'

works because of this special case-ing by Perl, it is confusing to the
reader (and even the author!)

This commit changes this to

        t/' . ('*/' x $_ ). '*.t'

which explicitly uses the string concat repeat context and retains
the parenthesis so the reader doesn't have to worry about operator
precedence.

30403 of 105404 relevant lines covered (28.84%)

20227.39 hits per line

Relevant lines Covered
Build:
Build:
105404 RELEVANT LINES 30403 COVERED LINES
20227.39 HITS PER LINE
Source Files on nested_tests
  • Tree
  • List 908
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5681734546 nested_tests fix incorrect (but working under special case) context for repeat operator A parenthesized string before the repeat operator normally indicates a list element repitition, *except* in scalar context, where Perl will turn it into a string concatena... push 27 Jul 2023 02:27PM UTC djerius github pending completion  
5681734963 nested_tests Merge 38881edcb into 6d8b5317e Pull #449 27 Jul 2023 02:25PM UTC web-flow github pending completion  
5659756301 nested_tests allow for nested coretests and regular tests in t/ push 25 Jul 2023 05:23PM UTC djerius github pending completion  
5659761240 nested_tests Merge a302a755c into 6d8b5317e Pull #449 25 Jul 2023 05:23PM UTC web-flow github pending completion  
5659137660 nested_tests allow for tested coretests and regular tests in t/ push 25 Jul 2023 04:17PM UTC djerius github pending completion  
5638795431 nested_tests allow for tested coretests and regular tests in t/ push 23 Jul 2023 10:05PM UTC djerius github pending completion  
5638788361 nested_tests allow for tested coretests and regular tests in t/ push 23 Jul 2023 10:02PM UTC djerius github pending completion  
See All Builds (4842)
  • Repo 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

© 2025 Coveralls, Inc