Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8744443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:50:29+00:00 2026-06-13T11:50:29+00:00

i am currently switching to funit to fully test my rather big Fortran-Project. Is

  • 0

i am currently switching to funit to fully test my rather big Fortran-Project.
Is there a tool that allows me to find out which lines of my project were not
yet tested? I use emacs, so is there a simple script that would allow me to
easily see which parts of my file are not yet tested?

I could imagine recruiting the -prof compiler for something like that, but
i am just starting out. So i definitely cannot do this on my own.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:50:30+00:00Added an answer on June 13, 2026 at 11:50 am

    Depends on your compiler. I use Intel Fortran on Linux for testing purposes, and its coverage checking options. Compile and link your code with something like

    ifort -g -prof-gen=srcpos ...
    

    (Side note: parallel make does not work for me with -prof-gen option enabled) The compilation will produce some extra files in your sources directory. Run the tests, each program execution will produce a *.dyn file in you sources directory. After running all the tests execute

    profmerge
    proforder
    codecov
    

    This will produce a nice detailed HTML-formatted coverage report. Don’t forget to delete old *.dyn and pgopti.dpi* files before running new series of tests, otherwise you will see an intersection of different coverage results.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an app that we may be switching out the repository later (currently
I have 4 views that are controlled by 1 SherlockMapActivity. Currently I am switching
Currently I'm working on a Rails project, where I keep on constantly switching between
Currently I'm considering between these 3 languages for a project that will require a
We are switching web hosts, and I have been asked to find out how
Currently I am working on a project that involves the following daily workflow: Update
I am currently switching from ant to gradle for my multi module web application
Some background I'm currently working on a mobile site so I keep switching user
I am currently developing a little sketching application based on HTML5 Canvas element. There
Currently, I am writing a MiddleWare application that synchronizes information between and accounting application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.