You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/05/28 08:58:00 UTC

[jira] [Commented] (CAMEL-15462) route coverage report - May report 0 for doCatch even if its in use

    [ https://issues.apache.org/jira/browse/CAMEL-15462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726901#comment-17726901 ] 

Claus Ibsen commented on CAMEL-15462:
-------------------------------------

{code}
[INFO] --- camel-report-maven-plugin:4.0.0-SNAPSHOT:route-coverage (default-cli) @ camel-example-main ---
[INFO] Discovered 1 routes
[INFO] Route coverage summary:

Class:	org.apache.camel.example.MyRouteBuilder
Route:	foo

  Line #       Count    Route
  ------       -----    -----
      27           2    from
      28           2      doTry
      29           2        bean
      30           2        doCatch
      31           2          log
      32           2          doFinally
      33           2            to
      35           2          toD

Coverage: 8 out of 8 (100.0% / threshold 100.0%)
Status: Success
{code}

We should make the indent correct for doTry .. doCatch

> route coverage report - May report 0 for doCatch even if its in use
> -------------------------------------------------------------------
>
>                 Key: CAMEL-15462
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15462
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.x
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)